#EAD4B1

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

Shades of Givry #EAD4B1

Tints of Givry #EAD4B1

Color information

#EAD4B1 (or 0xEAD4B1) is unknown color: approx Givry. HEX triplet: EA, D4 and B1. RGB value is (234,212,177). Sum of RGB (Red+Green+Blue) = 234+212+177=623 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.56% from 623); Green value is 212 (83.20% from 255 or 34.03% from 623); Blue value is 177 (69.53% from 255 or 28.41% from 623); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD4B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD4B1 is #152B4E. Grayscale: #D6D6D6. Windows color (decimal): -1387343 or 11654378. OLE color: 11654378.

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

Color convert

RGB234212177-
CMYK00.090.240.08
HSL36.84º57.58%80.59%-
HSV(B)36.84º24.36%91.76%-
XYZ65.4167.7551.23-
YUV214.59106.79141.85-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.56%
GREEN value IS 212 (83.20% from 255) = 34.03%
BLUE value IS 177 (69.53% from 255) = 28.41%
R=37.56%
G=34.03%
B=28.41%

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
Decimal23421217700.090.240.0836.8457.5880.59
HexEAD4B109188253a51
Octal35232426101130104572121
Binary111010101101010010110001010011100010001001011110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD4B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD4B1; }

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

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

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

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

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

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

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

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