#EAD4AB

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

Shades of Givry #EAD4AB

Tints of Givry #EAD4AB

Color information

#EAD4AB (or 0xEAD4AB) is unknown color: approx Givry. HEX triplet: EA, D4 and AB. RGB value is (234,212,171). Sum of RGB (Red+Green+Blue) = 234+212+171=617 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.93% from 617); Green value is 212 (83.20% from 255 or 34.36% from 617); Blue value is 171 (67.19% from 255 or 27.71% from 617); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD4AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD4AB is #152B54. Grayscale: #D6D6D6. Windows color (decimal): -1387349 or 11261162. OLE color: 11261162.

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

Color convert

RGB234212171-
CMYK00.090.270.08
HSL39.05º60%79.41%-
HSV(B)39.05º26.92%91.76%-
XYZ64.8367.5248.14-
YUV213.9103.79142.33-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.93%
GREEN value IS 212 (83.20% from 255) = 34.36%
BLUE value IS 171 (67.19% from 255) = 27.71%
R=37.93%
G=34.36%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421217100.090.270.0839.056079.41
HexEAD4AB091B8273c4f
Octal35232425301133104774117
Binary111010101101010010101011010011101110001001111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD4AB; }

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

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

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

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

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

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

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

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