#EFC59F

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

Shades of Negroni #EFC59F

Tints of Negroni #EFC59F

Color information

#EFC59F (or 0xEFC59F) is unknown color: approx Negroni. HEX triplet: EF, C5 and 9F. RGB value is (239,197,159). Sum of RGB (Red+Green+Blue) = 239+197+159=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 197 (77.34% from 255 or 33.11% from 595); Blue value is 159 (62.5% from 255 or 26.72% from 595); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC59F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC59F is #103A60. Grayscale: #CDCDCD. Windows color (decimal): -1063521 or 10470895. OLE color: 10470895.

HSL color Cylindrical-coordinate representation of color #EFC59F: hue angle of 28.5º 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 #EFC59F is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB239197159-
CMYK00.180.330.06
HSL28.5º71.43%78.04%-
HSV(B)28.5º33.47%93.73%-
XYZ61.8260.7941.28-
YUV205.23101.91152.09-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.17%
GREEN value IS 197 (77.34% from 255) = 33.11%
BLUE value IS 159 (62.5% from 255) = 26.72%
R=40.17%
G=33.11%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919715900.180.330.0628.571.4378.04
HexEFC59F0122161d474e
Octal35730523702241635107116
Binary1110111111000101100111110100101000011101110110001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC59F; }

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

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

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

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

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

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

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

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