#EEEDD2

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

Shades of Rum Swizzle #EEEDD2

Tints of Rum Swizzle #EEEDD2

Color information

#EEEDD2 (or 0xEEEDD2) is unknown color: approx Rum Swizzle. HEX triplet: EE, ED and D2. RGB value is (238,237,210). Sum of RGB (Red+Green+Blue) = 238+237+210=685 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.74% from 685); Green value is 237 (92.97% from 255 or 34.60% from 685); Blue value is 210 (82.42% from 255 or 30.66% from 685); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEDD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEDD2 is #11122D. Grayscale: #EAEAEA. Windows color (decimal): -1118766 or 13823470. OLE color: 13823470.

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

Color convert

RGB238237210-
CMYK00.000.120.07
HSL57.86º45.16%87.84%-
HSV(B)57.86º11.76%93.33%-
XYZ77.1883.473-
YUV234.22114.33130.7-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.74%
GREEN value IS 237 (92.97% from 255) = 34.60%
BLUE value IS 210 (82.42% from 255) = 30.66%
R=34.74%
G=34.60%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823721000.000.120.0757.8645.1687.84
HexEEEDD200C73a2d58
Octal356355322001477255130
Binary1110111011101101110100100011001111110101011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEDD2; }

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

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

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

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

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

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

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

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