#EAD1AD

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

Shades of Givry #EAD1AD

Tints of Givry #EAD1AD

Color information

#EAD1AD (or 0xEAD1AD) is unknown color: approx Givry. HEX triplet: EA, D1 and AD. RGB value is (234,209,173). Sum of RGB (Red+Green+Blue) = 234+209+173=616 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.99% from 616); Green value is 209 (82.03% from 255 or 33.93% from 616); Blue value is 173 (67.97% from 255 or 28.08% from 616); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD1AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD1AD is #152E52. Grayscale: #D4D4D4. Windows color (decimal): -1388115 or 11391466. OLE color: 11391466.

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

Color convert

RGB234209173-
CMYK00.110.260.08
HSL35.41º59.22%79.8%-
HSV(B)35.41º26.07%91.76%-
XYZ64.2766.1148.91-
YUV212.37105.78143.43-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.99%
GREEN value IS 209 (82.03% from 255) = 33.93%
BLUE value IS 173 (67.97% from 255) = 28.08%
R=37.99%
G=33.93%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420917300.110.260.0835.4159.2279.8
HexEAD1AD0B1A8233b50
Octal35232125501332104373120
Binary111010101101000110101101010111101010001000111110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD1AD; }

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

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

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

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

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

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

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

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