Html Css Color HEX #E9CCAA Givry

📋 copy color: '#E9CCAA'

red 233 ◦ green 204 ◦ blue 170

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

Shades of Givry #E9CCAA

Tints of Givry #E9CCAA

RGB

 RED value IS 233 (91.41% from 255) = 38.39%

 GREEN value IS 204 (80.08% from 255) = 33.61%

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

R = 38.39%
G = 33.61%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.27

 K value IS 0.09

RGB Variations

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

Color information

#E9CCAA (or 0xE9CCAA) is known color: Givry. HEX triplet: E9, CC and AA. RGB value is (233,204,170). Sum of RGB (Red+Green+Blue) = 233+204+170=607 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.39% from 607); Green value is 204 (80.08% from 255 or 33.61% from 607); Blue value is 170 (66.80% from 255 or 28.01% from 607); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CCAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9CCAA is #163355. Grayscale: #D0D0D0. Windows color (decimal): -1454934 or 11193577. OLE color: 11193577.

HSL color Cylindrical-coordinate representation of color #E9CCAA: hue angle of 32.38º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E9CCAA is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 204 170 -
CMYK 0 0.12 0.27 0.09
HSL 32.38º 0.59% 0.79% -
HSV(B) 32.38º 0.27% 0.91% -
XYZ 62.45 63.41 46.98 -
YUV 208.8 106.11 145.26 -
System Red Green Blue C M Y K H S L
Decimal 233 204 170 0 0.12 0.27 0.09 32.38 0.59 0.79
Hex E9 CC AA 0 C 1B 9 20 3B 4F
Octal 351 314 252 0 14 33 11 40 73 117
Binary 11101001 11001100 10101010 0 1100 11011 1001 100000 111011 1001111

Color Harmonies of #E9CCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9CCAA

Black with #E9CCAA

Text Example


Text Example

White with #E9CCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9CCAA; }

 p { color: rgb(233,204,170); }

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

background-color css

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

 a { background-color: rgb(233,204,170); }

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

border-color css

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

 span { border-color: rgb(233,204,170); }

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