#EEC49E

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

Shades of Negroni #EEC49E

Tints of Negroni #EEC49E

Color information

#EEC49E (or 0xEEC49E) is unknown color: approx Negroni. HEX triplet: EE, C4 and 9E. RGB value is (238,196,158). Sum of RGB (Red+Green+Blue) = 238+196+158=592 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.20% from 592); Green value is 196 (76.95% from 255 or 33.11% from 592); Blue value is 158 (62.11% from 255 or 26.69% from 592); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC49E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC49E is #113B61. Grayscale: #CCCCCC. Windows color (decimal): -1129314 or 10405102. OLE color: 10405102.

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

Color convert

RGB238196158-
CMYK00.180.340.07
HSL28.5º70.18%77.65%-
HSV(B)28.5º33.61%93.33%-
XYZ61.1760.1340.73-
YUV204.23101.91152.09-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.20%
GREEN value IS 196 (76.95% from 255) = 33.11%
BLUE value IS 158 (62.11% from 255) = 26.69%
R=40.20%
G=33.11%
B=26.69%

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
Decimal23819615800.180.340.0728.570.1877.65
HexEEC49E0122271d464e
Octal35630423602242735106116
Binary1110111011000100100111100100101000101111110110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC49E; }

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

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

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

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

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

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

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

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