#EAD4AF

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

Shades of Givry #EAD4AF

Tints of Givry #EAD4AF

Color information

#EAD4AF (or 0xEAD4AF) is unknown color: approx Givry. HEX triplet: EA, D4 and AF. RGB value is (234,212,175). Sum of RGB (Red+Green+Blue) = 234+212+175=621 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.68% from 621); Green value is 212 (83.20% from 255 or 34.14% from 621); Blue value is 175 (68.75% from 255 or 28.18% from 621); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD4AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD4AF is #152B50. Grayscale: #D6D6D6. Windows color (decimal): -1387345 or 11523306. OLE color: 11523306.

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

Color convert

RGB234212175-
CMYK00.090.250.08
HSL37.63º58.42%80.2%-
HSV(B)37.63º25.21%91.76%-
XYZ65.2167.6750.18-
YUV214.36105.79142.01-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.68%
GREEN value IS 212 (83.20% from 255) = 34.14%
BLUE value IS 175 (68.75% from 255) = 28.18%
R=37.68%
G=34.14%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421217500.090.250.0837.6358.4280.2
HexEAD4AF09198263a50
Octal35232425701131104672120
Binary111010101101010010101111010011100110001001101110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD4AF; }

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

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

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

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

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

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

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

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