#EAD1A9

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

Shades of Givry #EAD1A9

Tints of Givry #EAD1A9

Color information

#EAD1A9 (or 0xEAD1A9) is unknown color: approx Givry. HEX triplet: EA, D1 and A9. RGB value is (234,209,169). Sum of RGB (Red+Green+Blue) = 234+209+169=612 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.24% from 612); Green value is 209 (82.03% from 255 or 34.15% from 612); Blue value is 169 (66.41% from 255 or 27.61% from 612); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD1A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD1A9 is #152E56. Grayscale: #D4D4D4. Windows color (decimal): -1388119 or 11129322. OLE color: 11129322.

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

Color convert

RGB234209169-
CMYK00.110.280.08
HSL36.92º60.75%79.02%-
HSV(B)36.92º27.78%91.76%-
XYZ63.8965.9646.9-
YUV211.92103.78143.75-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.24%
GREEN value IS 209 (82.03% from 255) = 34.15%
BLUE value IS 169 (66.41% from 255) = 27.61%
R=38.24%
G=34.15%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420916900.110.280.0836.9260.7579.02
HexEAD1A90B1C8253d4f
Octal35232125101334104575117
Binary111010101101000110101001010111110010001001011111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD1A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD1A9; }

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

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

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

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

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

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

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

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