Html Css Color HEX #E9D2B1 Givry

📋 copy color: '#E9D2B1'

red 233 ◦ green 210 ◦ blue 177

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

Shades of Givry #E9D2B1

Tints of Givry #E9D2B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 28.55%

R = 37.58%
G = 33.87%
B = 28.55%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#E9D2B1 (or 0xE9D2B1) is known color: Givry. HEX triplet: E9, D2 and B1. RGB value is (233,210,177). Sum of RGB (Red+Green+Blue) = 233+210+177=620 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.58% from 620); Green value is 210 (82.42% from 255 or 33.87% from 620); Blue value is 177 (69.53% from 255 or 28.55% from 620); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D2B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D2B1 is #162D4E. Grayscale: #D5D5D5. Windows color (decimal): -1453391 or 11653865. OLE color: 11653865.

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

Color convert

RGB 233 210 177 -
CMYK 0 0.10 0.24 0.09
HSL 35.36º 0.56% 0.8% -
HSV(B) 35.36º 0.24% 0.91% -
XYZ 64.59 66.59 51.04 -
YUV 213.12 107.62 142.18 -
System Red Green Blue C M Y K H S L
Decimal 233 210 177 0 0.10 0.24 0.09 35.36 0.56 0.8
Hex E9 D2 B1 0 A 18 9 23 38 50
Octal 351 322 261 0 12 30 11 43 70 120
Binary 11101001 11010010 10110001 0 1010 11000 1001 100011 111000 1010000

Color Harmonies of #E9D2B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D2B1

Black with #E9D2B1

Text Example


Text Example

White with #E9D2B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D2B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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