#EAD6B1

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

Shades of Givry #EAD6B1

Tints of Givry #EAD6B1

Color information

#EAD6B1 (or 0xEAD6B1) is unknown color: approx Givry. HEX triplet: EA, D6 and B1. RGB value is (234,214,177). Sum of RGB (Red+Green+Blue) = 234+214+177=625 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.44% from 625); Green value is 214 (83.98% from 255 or 34.24% from 625); Blue value is 177 (69.53% from 255 or 28.32% from 625); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD6B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD6B1 is #15294E. Grayscale: #D7D7D7. Windows color (decimal): -1386831 or 11654890. OLE color: 11654890.

HSL color Cylindrical-coordinate representation of color #EAD6B1: hue angle of 38.95º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EAD6B1 is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB234214177-
CMYK00.090.240.08
HSL38.95º57.58%80.59%-
HSV(B)38.95º24.36%91.76%-
XYZ65.9168.7651.39-
YUV215.76106.13141.01-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.44%
GREEN value IS 214 (83.98% from 255) = 34.24%
BLUE value IS 177 (69.53% from 255) = 28.32%
R=37.44%
G=34.24%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421417700.090.240.0838.9557.5880.59
HexEAD6B109188273a51
Octal35232626101130104772121
Binary111010101101011010110001010011100010001001111110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD6B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD6B1; }

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

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

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

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

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

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

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

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