#EAD2B5

Color #EAD2B5 Givry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Givry #EAD2B5

Tints of Givry #EAD2B5

Color information

#EAD2B5 (or 0xEAD2B5) is unknown color: approx Givry. HEX triplet: EA, D2 and B5. RGB value is (234,210,181). Sum of RGB (Red+Green+Blue) = 234+210+181=625 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.44% from 625); Green value is 210 (82.42% from 255 or 33.6% from 625); Blue value is 181 (71.09% from 255 or 28.96% from 625); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD2B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD2B5 is #152D4A. Grayscale: #D6D6D6. Windows color (decimal): -1387851 or 11916010. OLE color: 11916010.

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

Color convert

RGB234210181-
CMYK00.100.230.08
HSL32.83º55.79%81.37%-
HSV(B)32.83º22.65%91.76%-
XYZ65.3266.9253.19-
YUV213.87109.45142.36-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.44%
GREEN value IS 210 (82.42% from 255) = 33.6%
BLUE value IS 181 (71.09% from 255) = 28.96%
R=37.44%
G=33.6%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421018100.100.230.0832.8355.7981.37
HexEAD2B50A178213851
Octal35232226501227104170121
Binary111010101101001010110101010101011110001000011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD2B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD2B5; }

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

 H1.HeaderClassName
 {
   color: #EAD2B5;
 }
 .AnyTagClassName
 {
   color: #EAD2B5;
 }
</style>
background-color css

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

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

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

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

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

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