#EECCA9

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

Shades of Negroni #EECCA9

Tints of Negroni #EECCA9

Color information

#EECCA9 (or 0xEECCA9) is unknown color: approx Negroni. HEX triplet: EE, CC and A9. RGB value is (238,204,169). Sum of RGB (Red+Green+Blue) = 238+204+169=611 (80% of max value = 765). Red value is 238 (93.36% from 255 or 38.95% from 611); Green value is 204 (80.08% from 255 or 33.39% from 611); Blue value is 169 (66.41% from 255 or 27.66% from 611); Max value from RGB is 238 - color contains mainly: red. Hex color #EECCA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECCA9 is #113356. Grayscale: #D2D2D2. Windows color (decimal): -1127255 or 11128046. OLE color: 11128046.

HSL color Cylindrical-coordinate representation of color #EECCA9: hue angle of 30.43º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EECCA9 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB238204169-
CMYK00.140.290.07
HSL30.43º66.99%79.8%-
HSV(B)30.43º28.99%93.33%-
XYZ64.0164.2346.56-
YUV210.18104.76147.85-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.95%
GREEN value IS 204 (80.08% from 255) = 33.39%
BLUE value IS 169 (66.41% from 255) = 27.66%
R=38.95%
G=33.39%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820416900.140.290.0730.4366.9979.8
HexEECCA90E1D71e4350
Octal35631425101635736103120
Binary11101110110011001010100101110111011111111010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECCA9; }

 p { color: rgb(238,204,169); }

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

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

 a { background-color: rgb(238,204,169); }

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

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

 span { border-color: rgb(238,204,169); }

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