#EAD4AE

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

Shades of Givry #EAD4AE

Tints of Givry #EAD4AE

Color information

#EAD4AE (or 0xEAD4AE) is unknown color: approx Givry. HEX triplet: EA, D4 and AE. RGB value is (234,212,174). Sum of RGB (Red+Green+Blue) = 234+212+174=620 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.74% from 620); Green value is 212 (83.20% from 255 or 34.19% from 620); Blue value is 174 (68.36% from 255 or 28.06% from 620); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD4AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD4AE is #152B51. Grayscale: #D6D6D6. Windows color (decimal): -1387346 or 11457770. OLE color: 11457770.

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

Color convert

RGB234212174-
CMYK00.090.260.08
HSL38º58.82%80%-
HSV(B)38º25.64%91.76%-
XYZ65.1267.6449.67-
YUV214.25105.29142.09-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.74%
GREEN value IS 212 (83.20% from 255) = 34.19%
BLUE value IS 174 (68.36% from 255) = 28.06%
R=37.74%
G=34.19%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421217400.090.260.083858.8280
HexEAD4AE091A8263b50
Octal35232425601132104673120
Binary111010101101010010101110010011101010001001101110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD4AE; }

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

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

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

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

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

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

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

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