#EEC4A0

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

Shades of Negroni #EEC4A0

Tints of Negroni #EEC4A0

Color information

#EEC4A0 (or 0xEEC4A0) is unknown color: approx Negroni. HEX triplet: EE, C4 and A0. RGB value is (238,196,160). Sum of RGB (Red+Green+Blue) = 238+196+160=594 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.07% from 594); Green value is 196 (76.95% from 255 or 33.00% from 594); Blue value is 160 (62.89% from 255 or 26.94% from 594); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC4A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC4A0 is #113B5F. Grayscale: #CCCCCC. Windows color (decimal): -1129312 or 10536174. OLE color: 10536174.

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

Color convert

RGB238196160-
CMYK00.180.330.07
HSL27.69º69.64%78.04%-
HSV(B)27.69º32.77%93.33%-
XYZ61.3460.241.64-
YUV204.45102.91151.93-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.07%
GREEN value IS 196 (76.95% from 255) = 33.00%
BLUE value IS 160 (62.89% from 255) = 26.94%
R=40.07%
G=33.00%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819616000.180.330.0727.6969.6478.04
HexEEC4A00122171c464e
Octal35630424002241734106116
Binary1110111011000100101000000100101000011111110010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC4A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC4A0; }

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

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

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

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

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

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

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

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