Html Css Color HEX #E9D0AD Givry

📋 copy color: '#E9D0AD'

red 233 ◦ green 208 ◦ blue 173

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

Shades of Givry #E9D0AD

Tints of Givry #E9D0AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 28.18%

R = 37.95%
G = 33.88%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E9D0AD (or 0xE9D0AD) is known color: Givry. HEX triplet: E9, D0 and AD. RGB value is (233,208,173). Sum of RGB (Red+Green+Blue) = 233+208+173=614 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.95% from 614); Green value is 208 (81.64% from 255 or 33.88% from 614); Blue value is 173 (67.97% from 255 or 28.18% from 614); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D0AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D0AD is #162F52. Grayscale: #D3D3D3. Windows color (decimal): -1453907 or 11391209. OLE color: 11391209.

HSL color Cylindrical-coordinate representation of color #E9D0AD: hue angle of 35º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E9D0AD is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 208 173 -
CMYK 0 0.11 0.26 0.09
HSL 35º 0.58% 0.8% -
HSV(B) 35º 0.26% 0.91% -
XYZ 63.7 65.45 48.81 -
YUV 211.49 106.28 143.35 -
System Red Green Blue C M Y K H S L
Decimal 233 208 173 0 0.11 0.26 0.09 35 0.58 0.8
Hex E9 D0 AD 0 B 1A 9 23 3A 50
Octal 351 320 255 0 13 32 11 43 72 120
Binary 11101001 11010000 10101101 0 1011 11010 1001 100011 111010 1010000

Color Harmonies of #E9D0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D0AD

Black with #E9D0AD

Text Example


Text Example

White with #E9D0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D0AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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