#EED2B0

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

Shades of Givry #EED2B0

Tints of Givry #EED2B0

Color information

#EED2B0 (or 0xEED2B0) is unknown color: approx Givry. HEX triplet: EE, D2 and B0. RGB value is (238,210,176). Sum of RGB (Red+Green+Blue) = 238+210+176=624 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.14% from 624); Green value is 210 (82.42% from 255 or 33.65% from 624); Blue value is 176 (69.14% from 255 or 28.21% from 624); Max value from RGB is 238 - color contains mainly: red. Hex color #EED2B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED2B0 is #112D4F. Grayscale: #D6D6D6. Windows color (decimal): -1125712 or 11588334. OLE color: 11588334.

HSL color Cylindrical-coordinate representation of color #EED2B0: hue angle of 32.9º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EED2B0 is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB238210176-
CMYK00.120.260.07
HSL32.9º64.58%81.18%-
HSV(B)32.9º26.05%93.33%-
XYZ66.1467.450.6-
YUV214.5106.28144.76-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.14%
GREEN value IS 210 (82.42% from 255) = 33.65%
BLUE value IS 176 (69.14% from 255) = 28.21%
R=38.14%
G=33.65%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821017600.120.260.0732.964.5881.18
HexEED2B00C1A7214151
Octal35632226001432741101121
Binary111011101101001010110000011001101011110000110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED2B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED2B0; }

 p { color: rgb(238,210,176); }

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

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

 a { background-color: rgb(238,210,176); }

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

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

 span { border-color: rgb(238,210,176); }

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