#EFC49F

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

Shades of Negroni #EFC49F

Tints of Negroni #EFC49F

Color information

#EFC49F (or 0xEFC49F) is unknown color: approx Negroni. HEX triplet: EF, C4 and 9F. RGB value is (239,196,159). Sum of RGB (Red+Green+Blue) = 239+196+159=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 196 (76.95% from 255 or 33.00% from 594); Blue value is 159 (62.5% from 255 or 26.77% from 594); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC49F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC49F is #103B60. Grayscale: #CCCCCC. Windows color (decimal): -1063777 or 10470639. OLE color: 10470639.

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

Color convert

RGB239196159-
CMYK00.180.330.06
HSL27.75º71.43%78.04%-
HSV(B)27.75º33.47%93.73%-
XYZ61.5960.3341.2-
YUV204.64102.25152.51-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.24%
GREEN value IS 196 (76.95% from 255) = 33.00%
BLUE value IS 159 (62.5% from 255) = 26.77%
R=40.24%
G=33.00%
B=26.77%

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
Decimal23919615900.180.330.0627.7571.4378.04
HexEFC49F0122161c474e
Octal35730423702241634107116
Binary1110111111000100100111110100101000011101110010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC49F; }

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

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

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

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

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

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

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

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