#EEC49D

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

Shades of Negroni #EEC49D

Tints of Negroni #EEC49D

Color information

#EEC49D (or 0xEEC49D) is unknown color: approx Negroni. HEX triplet: EE, C4 and 9D. RGB value is (238,196,157). Sum of RGB (Red+Green+Blue) = 238+196+157=591 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.27% from 591); Green value is 196 (76.95% from 255 or 33.16% from 591); Blue value is 157 (61.72% from 255 or 26.57% from 591); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC49D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC49D is #113B62. Grayscale: #CCCCCC. Windows color (decimal): -1129315 or 10339566. OLE color: 10339566.

HSL color Cylindrical-coordinate representation of color #EEC49D: hue angle of 28.89º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EEC49D is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB238196157-
CMYK00.180.340.07
HSL28.89º70.43%77.45%-
HSV(B)28.89º34.03%93.33%-
XYZ61.0960.0940.28-
YUV204.11101.41152.17-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.27%
GREEN value IS 196 (76.95% from 255) = 33.16%
BLUE value IS 157 (61.72% from 255) = 26.57%
R=40.27%
G=33.16%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819615700.180.340.0728.8970.4377.45
HexEEC49D0122271d464d
Octal35630423502242735106115
Binary1110111011000100100111010100101000101111110110001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC49D; }

 p { color: rgb(238,196,157); }

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

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

 a { background-color: rgb(238,196,157); }

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

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

 span { border-color: rgb(238,196,157); }

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