#EAD5AD

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

Shades of Givry #EAD5AD

Tints of Givry #EAD5AD

Color information

#EAD5AD (or 0xEAD5AD) is unknown color: approx Givry. HEX triplet: EA, D5 and AD. RGB value is (234,213,173). Sum of RGB (Red+Green+Blue) = 234+213+173=620 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.74% from 620); Green value is 213 (83.59% from 255 or 34.35% from 620); Blue value is 173 (67.97% from 255 or 27.90% from 620); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD5AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD5AD is #152A52. Grayscale: #D6D6D6. Windows color (decimal): -1387091 or 11392490. OLE color: 11392490.

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

Color convert

RGB234213173-
CMYK00.090.260.08
HSL39.34º59.22%79.8%-
HSV(B)39.34º26.07%91.76%-
XYZ65.2768.149.24-
YUV214.72104.46141.75-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.74%
GREEN value IS 213 (83.59% from 255) = 34.35%
BLUE value IS 173 (67.97% from 255) = 27.90%
R=37.74%
G=34.35%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421317300.090.260.0839.3459.2279.8
HexEAD5AD091A8273b50
Octal35232525501132104773120
Binary111010101101010110101101010011101010001001111110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD5AD; }

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

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

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

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

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

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

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

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