#EAD0AB

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

Shades of Givry #EAD0AB

Tints of Givry #EAD0AB

Color information

#EAD0AB (or 0xEAD0AB) is unknown color: approx Givry. HEX triplet: EA, D0 and AB. RGB value is (234,208,171). Sum of RGB (Red+Green+Blue) = 234+208+171=613 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.17% from 613); Green value is 208 (81.64% from 255 or 33.93% from 613); Blue value is 171 (67.19% from 255 or 27.90% from 613); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD0AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD0AB is #152F54. Grayscale: #D3D3D3. Windows color (decimal): -1388373 or 11260138. OLE color: 11260138.

HSL color Cylindrical-coordinate representation of color #EAD0AB: hue angle of 35.24º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAD0AB is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB234208171-
CMYK00.110.270.08
HSL35.24º60%79.41%-
HSV(B)35.24º26.92%91.76%-
XYZ63.8465.5447.81-
YUV211.56105.11144.01-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.17%
GREEN value IS 208 (81.64% from 255) = 33.93%
BLUE value IS 171 (67.19% from 255) = 27.90%
R=38.17%
G=33.93%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420817100.110.270.0835.246079.41
HexEAD0AB0B1B8233c4f
Octal35232025301333104374117
Binary111010101101000010101011010111101110001000111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD0AB; }

 p { color: rgb(234,208,171); }

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

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

 a { background-color: rgb(234,208,171); }

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

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

 span { border-color: rgb(234,208,171); }

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