#EAD2AE

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

Shades of Givry #EAD2AE

Tints of Givry #EAD2AE

Color information

#EAD2AE (or 0xEAD2AE) is unknown color: approx Givry. HEX triplet: EA, D2 and AE. RGB value is (234,210,174). Sum of RGB (Red+Green+Blue) = 234+210+174=618 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.86% from 618); Green value is 210 (82.42% from 255 or 33.98% from 618); Blue value is 174 (68.36% from 255 or 28.16% from 618); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD2AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD2AE is #152D51. Grayscale: #D5D5D5. Windows color (decimal): -1387858 or 11457258. OLE color: 11457258.

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

Color convert

RGB234210174-
CMYK00.100.260.08
HSL36º58.82%80%-
HSV(B)36º25.64%91.76%-
XYZ64.6266.6449.5-
YUV213.07105.95142.93-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.86%
GREEN value IS 210 (82.42% from 255) = 33.98%
BLUE value IS 174 (68.36% from 255) = 28.16%
R=37.86%
G=33.98%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421017400.100.260.083658.8280
HexEAD2AE0A1A8243b50
Octal35232225601232104473120
Binary111010101101001010101110010101101010001001001110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD2AE; }

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

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

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

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

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

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

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

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