#EAD6AF

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

Shades of Givry #EAD6AF

Tints of Givry #EAD6AF

Color information

#EAD6AF (or 0xEAD6AF) is unknown color: approx Givry. HEX triplet: EA, D6 and AF. RGB value is (234,214,175). Sum of RGB (Red+Green+Blue) = 234+214+175=623 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.56% from 623); Green value is 214 (83.98% from 255 or 34.35% from 623); Blue value is 175 (68.75% from 255 or 28.09% from 623); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD6AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD6AF is #152950. Grayscale: #D7D7D7. Windows color (decimal): -1386833 or 11523818. OLE color: 11523818.

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

Color convert

RGB234214175-
CMYK00.090.250.08
HSL39.66º58.42%80.2%-
HSV(B)39.66º25.21%91.76%-
XYZ65.7268.6850.35-
YUV215.53105.13141.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.56%
GREEN value IS 214 (83.98% from 255) = 34.35%
BLUE value IS 175 (68.75% from 255) = 28.09%
R=37.56%
G=34.35%
B=28.09%

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
Decimal23421417500.090.250.0839.6658.4280.2
HexEAD6AF09198283a50
Octal35232625701131105072120
Binary111010101101011010101111010011100110001010001110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD6AF; }

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

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

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

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

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

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

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

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