Html Css Color HEX #E9D0AB Givry

📋 copy color: '#E9D0AB'

red 233 ◦ green 208 ◦ blue 171

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

Shades of Givry #E9D0AB

Tints of Givry #E9D0AB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 33.99%

 BLUE value IS 171 (67.19% from 255) = 27.94%

R = 38.07%
G = 33.99%
B = 27.94%

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

#E9D0AB (or 0xE9D0AB) is known color: Givry. HEX triplet: E9, D0 and AB. RGB value is (233,208,171). Sum of RGB (Red+Green+Blue) = 233+208+171=612 (81% of max value = 765). Red value is 233 (91.41% from 255 or 38.07% from 612); Green value is 208 (81.64% from 255 or 33.99% from 612); Blue value is 171 (67.19% from 255 or 27.94% from 612); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D0AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D0AB is #162F54. Grayscale: #D3D3D3. Windows color (decimal): -1453909 or 11260137. OLE color: 11260137.

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

Color convert

RGB 233 208 171 -
CMYK 0 0.11 0.27 0.09
HSL 35.81º 0.58% 0.79% -
HSV(B) 35.81º 0.27% 0.91% -
XYZ 63.51 65.38 47.8 -
YUV 211.26 105.28 143.51 -
System Red Green Blue C M Y K H S L
Decimal 233 208 171 0 0.11 0.27 0.09 35.81 0.58 0.79
Hex E9 D0 AB 0 B 1B 9 24 3A 4F
Octal 351 320 253 0 13 33 11 44 72 117
Binary 11101001 11010000 10101011 0 1011 11011 1001 100100 111010 1001111

Color Harmonies of #E9D0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D0AB

Black with #E9D0AB

Text Example


Text Example

White with #E9D0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D0AB; }

 p { color: rgb(233,208,171); }

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

background-color css

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

 a { background-color: rgb(233,208,171); }

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

border-color css

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

 span { border-color: rgb(233,208,171); }

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