#EAD4B0

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

Shades of Givry #EAD4B0

Tints of Givry #EAD4B0

Color information

#EAD4B0 (or 0xEAD4B0) is unknown color: approx Givry. HEX triplet: EA, D4 and B0. RGB value is (234,212,176). Sum of RGB (Red+Green+Blue) = 234+212+176=622 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.62% from 622); Green value is 212 (83.20% from 255 or 34.08% from 622); Blue value is 176 (69.14% from 255 or 28.30% from 622); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD4B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD4B0 is #152B4F. Grayscale: #D6D6D6. Windows color (decimal): -1387344 or 11588842. OLE color: 11588842.

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

Color convert

RGB234212176-
CMYK00.090.250.08
HSL37.24º58%80.39%-
HSV(B)37.24º24.79%91.76%-
XYZ65.3167.7150.7-
YUV214.47106.29141.93-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.62%
GREEN value IS 212 (83.20% from 255) = 34.08%
BLUE value IS 176 (69.14% from 255) = 28.30%
R=37.62%
G=34.08%
B=28.30%

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
Decimal23421217600.090.250.0837.245880.39
HexEAD4B009198253a50
Octal35232426001131104572120
Binary111010101101010010110000010011100110001001011110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD4B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD4B0; }

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

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

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

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

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

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

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

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