#EFC79E

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

Shades of Negroni #EFC79E

Tints of Negroni #EFC79E

Color information

#EFC79E (or 0xEFC79E) is unknown color: approx Negroni. HEX triplet: EF, C7 and 9E. RGB value is (239,199,158). Sum of RGB (Red+Green+Blue) = 239+199+158=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 199 (78.12% from 255 or 33.39% from 596); Blue value is 158 (62.11% from 255 or 26.51% from 596); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC79E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC79E is #103861. Grayscale: #CECECE. Windows color (decimal): -1063010 or 10405871. OLE color: 10405871.

HSL color Cylindrical-coordinate representation of color #EFC79E: hue angle of 30.37º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EFC79E is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB239199158-
CMYK00.170.340.06
HSL30.37º71.68%77.84%-
HSV(B)30.37º33.89%93.73%-
XYZ62.1961.6740.97-
YUV206.29100.75151.33-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.10%
GREEN value IS 199 (78.12% from 255) = 33.39%
BLUE value IS 158 (62.11% from 255) = 26.51%
R=40.10%
G=33.39%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919915800.170.340.0630.3771.6877.84
HexEFC79E0112261e484e
Octal35730723602142636110116
Binary1110111111000111100111100100011000101101111010010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC79E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC79E; }

 p { color: rgb(239,199,158); }

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

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

 a { background-color: rgb(239,199,158); }

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

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

 span { border-color: rgb(239,199,158); }

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