#EECAA9

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

Shades of Negroni #EECAA9

Tints of Negroni #EECAA9

Color information

#EECAA9 (or 0xEECAA9) is unknown color: approx Negroni. HEX triplet: EE, CA and A9. RGB value is (238,202,169). Sum of RGB (Red+Green+Blue) = 238+202+169=609 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.08% from 609); Green value is 202 (79.30% from 255 or 33.17% from 609); Blue value is 169 (66.41% from 255 or 27.75% from 609); Max value from RGB is 238 - color contains mainly: red. Hex color #EECAA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECAA9 is #113556. Grayscale: #D1D1D1. Windows color (decimal): -1127767 or 11127534. OLE color: 11127534.

HSL color Cylindrical-coordinate representation of color #EECAA9: hue angle of 28.7º 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 #EECAA9 is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB238202169-
CMYK00.150.290.07
HSL28.7º66.99%79.8%-
HSV(B)28.7º28.99%93.33%-
XYZ63.5463.2846.4-
YUV209105.43148.68-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.08%
GREEN value IS 202 (79.30% from 255) = 33.17%
BLUE value IS 169 (66.41% from 255) = 27.75%
R=39.08%
G=33.17%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820216900.150.290.0728.766.9979.8
HexEECAA90F1D71d4350
Octal35631225101735735103120
Binary11101110110010101010100101111111011111110110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECAA9; }

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

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

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

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

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

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

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

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