Html Css Color HEX #EAD2B0 Givry

📋 copy color: '#EAD2B0'

red 234 ◦ green 210 ◦ blue 176

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

Shades of Givry #EAD2B0

Tints of Givry #EAD2B0

RGB

 RED value IS 234 (91.8% from 255) = 37.74%

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

 BLUE value IS 176 (69.14% from 255) = 28.39%

R = 37.74%
G = 33.87%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EAD2B0 (or 0xEAD2B0) is known color: Givry. HEX triplet: EA, D2 and B0. RGB value is (234,210,176). Sum of RGB (Red+Green+Blue) = 234+210+176=620 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.74% from 620); Green value is 210 (82.42% from 255 or 33.87% from 620); Blue value is 176 (69.14% from 255 or 28.39% from 620); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD2B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD2B0 is #152D4F. Grayscale: #D5D5D5. Windows color (decimal): -1387856 or 11588330. OLE color: 11588330.

HSL color Cylindrical-coordinate representation of color #EAD2B0: hue angle of 35.17º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EAD2B0 is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 210 176 -
CMYK 0 0.10 0.25 0.08
HSL 35.17º 0.58% 0.8% -
HSV(B) 35.17º 0.25% 0.92% -
XYZ 64.81 66.72 50.54 -
YUV 213.3 106.95 142.76 -
System Red Green Blue C M Y K H S L
Decimal 234 210 176 0 0.10 0.25 0.08 35.17 0.58 0.8
Hex EA D2 B0 0 A 19 8 23 3A 50
Octal 352 322 260 0 12 31 10 43 72 120
Binary 11101010 11010010 10110000 0 1010 11001 1000 100011 111010 1010000

Color Harmonies of #EAD2B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD2B0

Black with #EAD2B0

Text Example


Text Example

White with #EAD2B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD2B0; }

 p { color: rgb(234,210,176); }

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

background-color css

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

 a { background-color: rgb(234,210,176); }

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

border-color css

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

 span { border-color: rgb(234,210,176); }

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