#EAD5B1

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

Shades of Givry #EAD5B1

Tints of Givry #EAD5B1

Color information

#EAD5B1 (or 0xEAD5B1) is unknown color: approx Givry. HEX triplet: EA, D5 and B1. RGB value is (234,213,177). Sum of RGB (Red+Green+Blue) = 234+213+177=624 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.5% from 624); Green value is 213 (83.59% from 255 or 34.13% from 624); Blue value is 177 (69.53% from 255 or 28.37% from 624); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD5B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD5B1 is #152A4E. Grayscale: #D7D7D7. Windows color (decimal): -1387087 or 11654634. OLE color: 11654634.

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

Color convert

RGB234213177-
CMYK00.090.240.08
HSL37.89º57.58%80.59%-
HSV(B)37.89º24.36%91.76%-
XYZ65.6668.2651.31-
YUV215.18106.46141.43-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.5%
GREEN value IS 213 (83.59% from 255) = 34.13%
BLUE value IS 177 (69.53% from 255) = 28.37%
R=37.5%
G=34.13%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421317700.090.240.0837.8957.5880.59
HexEAD5B109188263a51
Octal35232526101130104672121
Binary111010101101010110110001010011100010001001101110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD5B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD5B1; }

 p { color: rgb(234,213,177); }

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

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

 a { background-color: rgb(234,213,177); }

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

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

 span { border-color: rgb(234,213,177); }

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