#EED2AB

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

Shades of Givry #EED2AB

Tints of Givry #EED2AB

Color information

#EED2AB (or 0xEED2AB) is unknown color: approx Givry. HEX triplet: EE, D2 and AB. RGB value is (238,210,171). Sum of RGB (Red+Green+Blue) = 238+210+171=619 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.45% from 619); Green value is 210 (82.42% from 255 or 33.93% from 619); Blue value is 171 (67.19% from 255 or 27.63% from 619); Max value from RGB is 238 - color contains mainly: red. Hex color #EED2AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED2AB is #112D54. Grayscale: #D6D6D6. Windows color (decimal): -1125717 or 11260654. OLE color: 11260654.

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

Color convert

RGB238210171-
CMYK00.120.280.07
HSL34.93º66.34%80.2%-
HSV(B)34.93º28.15%93.33%-
XYZ65.6667.2148.04-
YUV213.93103.78145.17-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.45%
GREEN value IS 210 (82.42% from 255) = 33.93%
BLUE value IS 171 (67.19% from 255) = 27.63%
R=38.45%
G=33.93%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821017100.120.280.0734.9366.3480.2
HexEED2AB0C1C7234250
Octal35632225301434743102120
Binary111011101101001010101011011001110011110001110000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED2AB; }

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

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

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

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

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

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

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

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