#EAD0B4

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

Shades of Givry #EAD0B4

Tints of Givry #EAD0B4

Color information

#EAD0B4 (or 0xEAD0B4) is unknown color: approx Givry. HEX triplet: EA, D0 and B4. RGB value is (234,208,180). Sum of RGB (Red+Green+Blue) = 234+208+180=622 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.62% from 622); Green value is 208 (81.64% from 255 or 33.44% from 622); Blue value is 180 (70.70% from 255 or 28.94% from 622); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD0B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD0B4 is #152F4B. Grayscale: #D4D4D4. Windows color (decimal): -1388364 or 11849962. OLE color: 11849962.

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

Color convert

RGB234208180-
CMYK00.110.230.08
HSL31.11º56.25%81.18%-
HSV(B)31.11º23.08%91.76%-
XYZ64.7365.952.49-
YUV212.58109.61143.28-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.62%
GREEN value IS 208 (81.64% from 255) = 33.44%
BLUE value IS 180 (70.70% from 255) = 28.94%
R=37.62%
G=33.44%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420818000.110.230.0831.1156.2581.18
HexEAD0B40B1781f3851
Octal35232026401327103770121
Binary11101010110100001011010001011101111000111111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD0B4; }

 p { color: rgb(234,208,180); }

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

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

 a { background-color: rgb(234,208,180); }

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

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

 span { border-color: rgb(234,208,180); }

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