Html Css Color HEX #E9D3AA Givry

📋 copy color: '#E9D3AA'

red 233 ◦ green 211 ◦ blue 170

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

Shades of Givry #E9D3AA

Tints of Givry #E9D3AA

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.36%

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

R = 37.95%
G = 34.36%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.27

 K value IS 0.09

RGB Variations

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

Color information

#E9D3AA (or 0xE9D3AA) is known color: Givry. HEX triplet: E9, D3 and AA. RGB value is (233,211,170). Sum of RGB (Red+Green+Blue) = 233+211+170=614 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.95% from 614); Green value is 211 (82.81% from 255 or 34.36% from 614); Blue value is 170 (66.80% from 255 or 27.69% from 614); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D3AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D3AA is #162C55. Grayscale: #D5D5D5. Windows color (decimal): -1453142 or 11195369. OLE color: 11195369.

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

Color convert

RGB 233 211 170 -
CMYK 0 0.09 0.27 0.09
HSL 39.05º 0.59% 0.79% -
HSV(B) 39.05º 0.27% 0.91% -
XYZ 64.15 66.81 47.55 -
YUV 212.9 103.79 142.33 -
System Red Green Blue C M Y K H S L
Decimal 233 211 170 0 0.09 0.27 0.09 39.05 0.59 0.79
Hex E9 D3 AA 0 9 1B 9 27 3B 4F
Octal 351 323 252 0 11 33 11 47 73 117
Binary 11101001 11010011 10101010 0 1001 11011 1001 100111 111011 1001111

Color Harmonies of #E9D3AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D3AA

Black with #E9D3AA

Text Example


Text Example

White with #E9D3AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D3AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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