#EAD2AF

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

Shades of Givry #EAD2AF

Tints of Givry #EAD2AF

Color information

#EAD2AF (or 0xEAD2AF) is unknown color: approx Givry. HEX triplet: EA, D2 and AF. RGB value is (234,210,175). Sum of RGB (Red+Green+Blue) = 234+210+175=619 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.80% from 619); Green value is 210 (82.42% from 255 or 33.93% from 619); Blue value is 175 (68.75% from 255 or 28.27% from 619); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD2AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD2AF is #152D50. Grayscale: #D5D5D5. Windows color (decimal): -1387857 or 11522794. OLE color: 11522794.

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

Color convert

RGB234210175-
CMYK00.100.250.08
HSL35.59º58.42%80.2%-
HSV(B)35.59º25.21%91.76%-
XYZ64.7266.6850.02-
YUV213.19106.45142.85-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.80%
GREEN value IS 210 (82.42% from 255) = 33.93%
BLUE value IS 175 (68.75% from 255) = 28.27%
R=37.80%
G=33.93%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421017500.100.250.0835.5958.4280.2
HexEAD2AF0A198243a50
Octal35232225701231104472120
Binary111010101101001010101111010101100110001001001110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD2AF; }

 p { color: rgb(234,210,175); }

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

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

 a { background-color: rgb(234,210,175); }

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

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

 span { border-color: rgb(234,210,175); }

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