#EAD6B0

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

Shades of Givry #EAD6B0

Tints of Givry #EAD6B0

Color information

#EAD6B0 (or 0xEAD6B0) is unknown color: approx Givry. HEX triplet: EA, D6 and B0. RGB value is (234,214,176). Sum of RGB (Red+Green+Blue) = 234+214+176=624 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.5% from 624); Green value is 214 (83.98% from 255 or 34.29% from 624); Blue value is 176 (69.14% from 255 or 28.21% from 624); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD6B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD6B0 is #15294F. Grayscale: #D7D7D7. Windows color (decimal): -1386832 or 11589354. OLE color: 11589354.

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

Color convert

RGB234214176-
CMYK00.090.250.08
HSL39.31º58%80.39%-
HSV(B)39.31º24.79%91.76%-
XYZ65.8168.7250.87-
YUV215.65105.63141.09-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.5%
GREEN value IS 214 (83.98% from 255) = 34.29%
BLUE value IS 176 (69.14% from 255) = 28.21%
R=37.5%
G=34.29%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421417600.090.250.0839.315880.39
HexEAD6B009198273a50
Octal35232626001131104772120
Binary111010101101011010110000010011100110001001111110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD6B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD6B0; }

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

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

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

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

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

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

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

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