#EAD1B2

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

Shades of Givry #EAD1B2

Tints of Givry #EAD1B2

Color information

#EAD1B2 (or 0xEAD1B2) is unknown color: approx Givry. HEX triplet: EA, D1 and B2. RGB value is (234,209,178). Sum of RGB (Red+Green+Blue) = 234+209+178=621 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.68% from 621); Green value is 209 (82.03% from 255 or 33.66% from 621); Blue value is 178 (69.92% from 255 or 28.66% from 621); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD1B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD1B2 is #152E4D. Grayscale: #D5D5D5. Windows color (decimal): -1388110 or 11719146. OLE color: 11719146.

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

Color convert

RGB234209178-
CMYK00.110.240.08
HSL33.21º57.14%80.78%-
HSV(B)33.21º23.93%91.76%-
XYZ64.7766.3151.5-
YUV212.94108.28143.02-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.68%
GREEN value IS 209 (82.03% from 255) = 33.66%
BLUE value IS 178 (69.92% from 255) = 28.66%
R=37.68%
G=33.66%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420917800.110.240.0833.2157.1480.78
HexEAD1B20B188213951
Octal35232126201330104171121
Binary111010101101000110110010010111100010001000011110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD1B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD1B2; }

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

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

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

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

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

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

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

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