Html Css Color HEX #EEEDD5 Rum Swizzle

📋 copy color: '#EEEDD5'

red 238 ◦ green 237 ◦ blue 213

#EEEDD5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rum Swizzle #EEEDD5

Tints of Rum Swizzle #EEEDD5

RGB

 RED value IS 238 (93.36% from 255) = 34.59%

 GREEN value IS 237 (92.97% from 255) = 34.45%

 BLUE value IS 213 (83.59% from 255) = 30.96%

R = 34.59%
G = 34.45%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EEEDD5 (or 0xEEEDD5) is known color: Rum Swizzle. HEX triplet: EE, ED and D5. RGB value is (238,237,213). Sum of RGB (Red+Green+Blue) = 238+237+213=688 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.59% from 688); Green value is 237 (92.97% from 255 or 34.45% from 688); Blue value is 213 (83.59% from 255 or 30.96% from 688); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEDD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEDD5 is #11122A. Grayscale: #EAEAEA. Windows color (decimal): -1118763 or 14020078. OLE color: 14020078.

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

Color convert

RGB 238 237 213 -
CMYK 0 0.00 0.11 0.07
HSL 57.6º 0.42% 0.88% -
HSV(B) 57.6º 0.11% 0.93% -
XYZ 77.55 83.55 74.99 -
YUV 234.56 115.83 130.45 -
System Red Green Blue C M Y K H S L
Decimal 238 237 213 0 0.00 0.11 0.07 57.6 0.42 0.88
Hex EE ED D5 0 0 B 7 3A 2A 58
Octal 356 355 325 0 0 13 7 72 52 130
Binary 11101110 11101101 11010101 0 0 1011 111 111010 101010 1011000

Color Harmonies of #EEEDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEEDD5

Black with #EEEDD5

Text Example


Text Example

White with #EEEDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEEDD5; }

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

 H1.HeaderClassName
 {
   color: #EEEDD5;
 }
 .AnyTagClassName
 {
   color: #EEEDD5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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