#EFC09F

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

Shades of Negroni #EFC09F

Tints of Negroni #EFC09F

Color information

#EFC09F (or 0xEFC09F) is unknown color: approx Negroni. HEX triplet: EF, C0 and 9F. RGB value is (239,192,159). Sum of RGB (Red+Green+Blue) = 239+192+159=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 192 (75.39% from 255 or 32.54% from 590); Blue value is 159 (62.5% from 255 or 26.95% from 590); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC09F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC09F is #103F60. Grayscale: #CACACA. Windows color (decimal): -1064801 or 10469615. OLE color: 10469615.

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

Color convert

RGB239192159-
CMYK00.200.330.06
HSL24.75º71.43%78.04%-
HSV(B)24.75º33.47%93.73%-
XYZ60.758.5540.9-
YUV202.29103.57154.18-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.51%
GREEN value IS 192 (75.39% from 255) = 32.54%
BLUE value IS 159 (62.5% from 255) = 26.95%
R=40.51%
G=32.54%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919215900.200.330.0624.7571.4378.04
HexEFC09F01421619474e
Octal35730023702441631107116
Binary1110111111000000100111110101001000011101100110001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC09F; }

 p { color: rgb(239,192,159); }

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

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

 a { background-color: rgb(239,192,159); }

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

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

 span { border-color: rgb(239,192,159); }

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