#EAD1B3

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

Shades of Givry #EAD1B3

Tints of Givry #EAD1B3

Color information

#EAD1B3 (or 0xEAD1B3) is unknown color: approx Givry. HEX triplet: EA, D1 and B3. RGB value is (234,209,179). Sum of RGB (Red+Green+Blue) = 234+209+179=622 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.62% from 622); Green value is 209 (82.03% from 255 or 33.60% from 622); Blue value is 179 (70.31% from 255 or 28.78% from 622); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD1B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD1B3 is #152E4C. Grayscale: #D5D5D5. Windows color (decimal): -1388109 or 11784682. OLE color: 11784682.

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

Color convert

RGB234209179-
CMYK00.110.240.08
HSL32.73º56.7%80.98%-
HSV(B)32.73º23.5%91.76%-
XYZ64.8766.3552.04-
YUV213.06108.78142.94-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.62%
GREEN value IS 209 (82.03% from 255) = 33.60%
BLUE value IS 179 (70.31% from 255) = 28.78%
R=37.62%
G=33.60%
B=28.78%

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
Decimal23420917900.110.240.0832.7356.780.98
HexEAD1B30B188213951
Octal35232126301330104171121
Binary111010101101000110110011010111100010001000011110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD1B3; }

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

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

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

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

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

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

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

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