#EAD3AA

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

Shades of Givry #EAD3AA

Tints of Givry #EAD3AA

Color information

#EAD3AA (or 0xEAD3AA) is unknown color: approx Givry. HEX triplet: EA, D3 and AA. RGB value is (234,211,170). Sum of RGB (Red+Green+Blue) = 234+211+170=615 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.05% from 615); Green value is 211 (82.81% from 255 or 34.31% from 615); Blue value is 170 (66.80% from 255 or 27.64% from 615); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD3AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD3AA is #152C55. Grayscale: #D5D5D5. Windows color (decimal): -1387606 or 11195370. OLE color: 11195370.

HSL color Cylindrical-coordinate representation of color #EAD3AA: hue angle of 38.44º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAD3AA is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB234211170-
CMYK00.100.270.08
HSL38.44º60.38%79.22%-
HSV(B)38.44º27.35%91.76%-
XYZ64.4866.9847.56-
YUV213.2103.62142.83-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.05%
GREEN value IS 211 (82.81% from 255) = 34.31%
BLUE value IS 170 (66.80% from 255) = 27.64%
R=38.05%
G=34.31%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421117000.100.270.0838.4460.3879.22
HexEAD3AA0A1B8263c4f
Octal35232325201233104674117
Binary111010101101001110101010010101101110001001101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD3AA; }

 p { color: rgb(234,211,170); }

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

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

 a { background-color: rgb(234,211,170); }

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

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

 span { border-color: rgb(234,211,170); }

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