Html Css Color HEX #E9D2AD Givry

📋 copy color: '#E9D2AD'

red 233 ◦ green 210 ◦ blue 173

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

Shades of Givry #E9D2AD

Tints of Givry #E9D2AD

RGB

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

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

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

R = 37.82%
G = 34.09%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E9D2AD (or 0xE9D2AD) is known color: Givry. HEX triplet: E9, D2 and AD. RGB value is (233,210,173). Sum of RGB (Red+Green+Blue) = 233+210+173=616 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.82% from 616); Green value is 210 (82.42% from 255 or 34.09% from 616); Blue value is 173 (67.97% from 255 or 28.08% from 616); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D2AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D2AD is #162D52. Grayscale: #D4D4D4. Windows color (decimal): -1453395 or 11391721. OLE color: 11391721.

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

Color convert

RGB 233 210 173 -
CMYK 0 0.10 0.26 0.09
HSL 37º 0.58% 0.8% -
HSV(B) 37º 0.26% 0.91% -
XYZ 64.19 66.43 48.97 -
YUV 212.66 105.62 142.51 -
System Red Green Blue C M Y K H S L
Decimal 233 210 173 0 0.10 0.26 0.09 37 0.58 0.8
Hex E9 D2 AD 0 A 1A 9 25 3A 50
Octal 351 322 255 0 12 32 11 45 72 120
Binary 11101001 11010010 10101101 0 1010 11010 1001 100101 111010 1010000

Color Harmonies of #E9D2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D2AD

Black with #E9D2AD

Text Example


Text Example

White with #E9D2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D2AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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