Html Css Color HEX #E5CAAA Negroni

📋 copy color: '#E5CAAA'

red 229 ◦ green 202 ◦ blue 170

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

Shades of Negroni #E5CAAA

Tints of Negroni #E5CAAA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 33.61%

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

R = 38.1%
G = 33.61%
B = 28.29%

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

#E5CAAA (or 0xE5CAAA) is known color: Negroni. HEX triplet: E5, CA and AA. RGB value is (229,202,170). Sum of RGB (Red+Green+Blue) = 229+202+170=601 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.10% from 601); Green value is 202 (79.30% from 255 or 33.61% from 601); Blue value is 170 (66.80% from 255 or 28.29% from 601); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CAAA is #1A3555. Grayscale: #CECECE. Windows color (decimal): -1717590 or 11193061. OLE color: 11193061.

HSL color Cylindrical-coordinate representation of color #E5CAAA: hue angle of 32.54º 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 #E5CAAA is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 202 170 -
CMYK 0 0.12 0.26 0.10
HSL 32.54º 0.53% 0.78% -
HSV(B) 32.54º 0.26% 0.9% -
XYZ 60.69 61.8 46.76 -
YUV 206.43 107.45 144.1 -
System Red Green Blue C M Y K H S L
Decimal 229 202 170 0 0.12 0.26 0.10 32.54 0.53 0.78
Hex E5 CA AA 0 C 1A A 21 35 4E
Octal 345 312 252 0 14 32 12 41 65 116
Binary 11100101 11001010 10101010 0 1100 11010 1010 100001 110101 1001110

Color Harmonies of #E5CAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CAAA

Black with #E5CAAA

Text Example


Text Example

White with #E5CAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CAAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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