Html Css Color HEX #E9D2AA Givry

📋 copy color: '#E9D2AA'

red 233 ◦ green 210 ◦ blue 170

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

Shades of Givry #E9D2AA

Tints of Givry #E9D2AA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 34.26%

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

R = 38.01%
G = 34.26%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.27

 K value IS 0.09

RGB Variations

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

Color information

#E9D2AA (or 0xE9D2AA) is known color: Givry. HEX triplet: E9, D2 and AA. RGB value is (233,210,170). Sum of RGB (Red+Green+Blue) = 233+210+170=613 (81% of max value = 765). Red value is 233 (91.41% from 255 or 38.01% from 613); Green value is 210 (82.42% from 255 or 34.26% from 613); Blue value is 170 (66.80% from 255 or 27.73% from 613); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D2AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D2AA is #162D55. Grayscale: #D4D4D4. Windows color (decimal): -1453398 or 11195113. OLE color: 11195113.

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

Color convert

RGB 233 210 170 -
CMYK 0 0.10 0.27 0.09
HSL 38.1º 0.59% 0.79% -
HSV(B) 38.1º 0.27% 0.91% -
XYZ 63.91 66.32 47.46 -
YUV 212.32 104.12 142.75 -
System Red Green Blue C M Y K H S L
Decimal 233 210 170 0 0.10 0.27 0.09 38.1 0.59 0.79
Hex E9 D2 AA 0 A 1B 9 26 3B 4F
Octal 351 322 252 0 12 33 11 46 73 117
Binary 11101001 11010010 10101010 0 1010 11011 1001 100110 111011 1001111

Color Harmonies of #E9D2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D2AA

Black with #E9D2AA

Text Example


Text Example

White with #E9D2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D2AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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