#EAD1AB

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

Shades of Givry #EAD1AB

Tints of Givry #EAD1AB

Color information

#EAD1AB (or 0xEAD1AB) is unknown color: approx Givry. HEX triplet: EA, D1 and AB. RGB value is (234,209,171). Sum of RGB (Red+Green+Blue) = 234+209+171=614 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.11% from 614); Green value is 209 (82.03% from 255 or 34.04% from 614); Blue value is 171 (67.19% from 255 or 27.85% from 614); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD1AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD1AB is #152E54. Grayscale: #D4D4D4. Windows color (decimal): -1388117 or 11260394. OLE color: 11260394.

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

Color convert

RGB234209171-
CMYK00.110.270.08
HSL36.19º60%79.41%-
HSV(B)36.19º26.92%91.76%-
XYZ64.0866.0347.9-
YUV212.14104.78143.59-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.11%
GREEN value IS 209 (82.03% from 255) = 34.04%
BLUE value IS 171 (67.19% from 255) = 27.85%
R=38.11%
G=34.04%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420917100.110.270.0836.196079.41
HexEAD1AB0B1B8243c4f
Octal35232125301333104474117
Binary111010101101000110101011010111101110001001001111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD1AB; }

 p { color: rgb(234,209,171); }

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

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

 a { background-color: rgb(234,209,171); }

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

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

 span { border-color: rgb(234,209,171); }

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