Html Css Color HEX #E9CFAA Givry

📋 copy color: '#E9CFAA'

red 233 ◦ green 207 ◦ blue 170

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

Shades of Givry #E9CFAA

Tints of Givry #E9CFAA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 33.93%

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

R = 38.2%
G = 33.93%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.27

 K value IS 0.09

RGB Variations

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

Color information

#E9CFAA (or 0xE9CFAA) is known color: Givry. HEX triplet: E9, CF and AA. RGB value is (233,207,170). Sum of RGB (Red+Green+Blue) = 233+207+170=610 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.20% from 610); Green value is 207 (81.25% from 255 or 33.93% from 610); Blue value is 170 (66.80% from 255 or 27.87% from 610); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CFAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9CFAA is #163055. Grayscale: #D2D2D2. Windows color (decimal): -1454166 or 11194345. OLE color: 11194345.

HSL color Cylindrical-coordinate representation of color #E9CFAA: hue angle of 35.24º 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 #E9CFAA is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 207 170 -
CMYK 0 0.11 0.27 0.09
HSL 35.24º 0.59% 0.79% -
HSV(B) 35.24º 0.27% 0.91% -
XYZ 63.17 64.85 47.22 -
YUV 210.56 105.11 144.01 -
System Red Green Blue C M Y K H S L
Decimal 233 207 170 0 0.11 0.27 0.09 35.24 0.59 0.79
Hex E9 CF AA 0 B 1B 9 23 3B 4F
Octal 351 317 252 0 13 33 11 43 73 117
Binary 11101001 11001111 10101010 0 1011 11011 1001 100011 111011 1001111

Color Harmonies of #E9CFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9CFAA

Black with #E9CFAA

Text Example


Text Example

White with #E9CFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9CFAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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