#EAD1AA

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

Shades of Givry #EAD1AA

Tints of Givry #EAD1AA

Color information

#EAD1AA (or 0xEAD1AA) is unknown color: approx Givry. HEX triplet: EA, D1 and AA. RGB value is (234,209,170). Sum of RGB (Red+Green+Blue) = 234+209+170=613 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.17% from 613); Green value is 209 (82.03% from 255 or 34.09% from 613); Blue value is 170 (66.80% from 255 or 27.73% from 613); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD1AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD1AA is #152E55. Grayscale: #D4D4D4. Windows color (decimal): -1388118 or 11194858. OLE color: 11194858.

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

Color convert

RGB234209170-
CMYK00.110.270.08
HSL36.56º60.38%79.22%-
HSV(B)36.56º27.35%91.76%-
XYZ63.996647.4-
YUV212.03104.28143.67-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.17%
GREEN value IS 209 (82.03% from 255) = 34.09%
BLUE value IS 170 (66.80% from 255) = 27.73%
R=38.17%
G=34.09%
B=27.73%

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
Decimal23420917000.110.270.0836.5660.3879.22
HexEAD1AA0B1B8253c4f
Octal35232125201333104574117
Binary111010101101000110101010010111101110001001011111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD1AA; }

 p { color: rgb(234,209,170); }

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

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

 a { background-color: rgb(234,209,170); }

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

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

 span { border-color: rgb(234,209,170); }

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