Html Css Color HEX #E5C9AA Negroni

📋 copy color: '#E5C9AA'

red 229 ◦ green 201 ◦ blue 170

#E5C9AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Negroni #E5C9AA

Tints of Negroni #E5C9AA

RGB

 RED value IS 229 (89.84% from 255) = 38.17%

 GREEN value IS 201 (78.91% from 255) = 33.5%

 BLUE value IS 170 (66.8% from 255) = 28.33%

R = 38.17%
G = 33.5%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E5C9AA (or 0xE5C9AA) is known color: Negroni. HEX triplet: E5, C9 and AA. RGB value is (229,201,170). Sum of RGB (Red+Green+Blue) = 229+201+170=600 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.17% from 600); Green value is 201 (78.91% from 255 or 33.5% from 600); Blue value is 170 (66.80% from 255 or 28.33% from 600); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C9AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5C9AA is #1A3655. Grayscale: #CDCDCD. Windows color (decimal): -1717846 or 11192805. OLE color: 11192805.

HSL color Cylindrical-coordinate representation of color #E5C9AA: hue angle of 31.53º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E5C9AA is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 201 170 -
CMYK 0 0.12 0.26 0.10
HSL 31.53º 0.53% 0.78% -
HSV(B) 31.53º 0.26% 0.9% -
XYZ 60.46 61.33 46.68 -
YUV 205.84 107.78 144.52 -
System Red Green Blue C M Y K H S L
Decimal 229 201 170 0 0.12 0.26 0.10 31.53 0.53 0.78
Hex E5 C9 AA 0 C 1A A 20 35 4E
Octal 345 311 252 0 14 32 12 40 65 116
Binary 11100101 11001001 10101010 0 1100 11010 1010 100000 110101 1001110

Color Harmonies of #E5C9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C9AA

Black with #E5C9AA

Text Example


Text Example

White with #E5C9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C9AA; }

 p { color: rgb(229,201,170); }

 H1.HeaderClassName
 {
   color: #E5C9AA;
 }
 .AnyTagClassName
 {
   color: #E5C9AA;
 }
</style>

background-color css

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

 a { background-color: rgb(229,201,170); }

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

border-color css

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

 span { border-color: rgb(229,201,170); }

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