#EFBF9A

Color #EFBF9A Negroni (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Negroni #EFBF9A

Tints of Negroni #EFBF9A

Color information

#EFBF9A (or 0xEFBF9A) is unknown color: approx Negroni. HEX triplet: EF, BF and 9A. RGB value is (239,191,154). Sum of RGB (Red+Green+Blue) = 239+191+154=584 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.92% from 584); Green value is 191 (75% from 255 or 32.71% from 584); Blue value is 154 (60.55% from 255 or 26.37% from 584); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBF9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBF9A is #104065. Grayscale: #C9C9C9. Windows color (decimal): -1065062 or 10141679. OLE color: 10141679.

HSL color Cylindrical-coordinate representation of color #EFBF9A: hue angle of 26.12º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EFBF9A is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB239191154-
CMYK00.200.360.06
HSL26.12º72.65%77.06%-
HSV(B)26.12º35.56%93.73%-
XYZ60.0657.9538.59-
YUV201.13101.4155.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 40.92%
GREEN value IS 191 (75% from 255) = 32.71%
BLUE value IS 154 (60.55% from 255) = 26.37%
R=40.92%
G=32.71%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919115400.200.360.0626.1272.6577.06
HexEFBF9A0142461a494d
Octal35727723202444632111115
Binary1110111110111111100110100101001001001101101010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBF9A; }

 p { color: rgb(239,191,154); }

 H1.HeaderClassName
 {
   color: #EFBF9A;
 }
 .AnyTagClassName
 {
   color: #EFBF9A;
 }
</style>
background-color css

<style>
 a { background-color: #EFBF9A; }

 a { background-color: rgb(239,191,154); }

 div.DivClassName
 {
   background-color: #EFBF9A;
 }
 .BgClassName
 {
   background-color: #EFBF9A;
 }
</style>
border-color css

<style>
 span { border-color: #EFBF9A; }

 span { border-color: rgb(239,191,154); }

 td.TdClassName
 {
   border-color: #EFBF9A;
 }
 .TagClassName
 {
   border-color: #EFBF9A;
 }
</style>