#EAD6AE

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

Shades of Givry #EAD6AE

Tints of Givry #EAD6AE

Color information

#EAD6AE (or 0xEAD6AE) is unknown color: approx Givry. HEX triplet: EA, D6 and AE. RGB value is (234,214,174). Sum of RGB (Red+Green+Blue) = 234+214+174=622 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.62% from 622); Green value is 214 (83.98% from 255 or 34.41% from 622); Blue value is 174 (68.36% from 255 or 27.97% from 622); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD6AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD6AE is #152951. Grayscale: #D7D7D7. Windows color (decimal): -1386834 or 11458282. OLE color: 11458282.

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

Color convert

RGB234214174-
CMYK00.090.260.08
HSL40º58.82%80%-
HSV(B)40º25.64%91.76%-
XYZ65.6268.6449.84-
YUV215.42104.63141.25-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.62%
GREEN value IS 214 (83.98% from 255) = 34.41%
BLUE value IS 174 (68.36% from 255) = 27.97%
R=37.62%
G=34.41%
B=27.97%

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
Decimal23421417400.090.260.084058.8280
HexEAD6AE091A8283b50
Octal35232625601132105073120
Binary111010101101011010101110010011101010001010001110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD6AE; }

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

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

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

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

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

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

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

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