#EEEAD4

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

Shades of Rum Swizzle #EEEAD4

Tints of Rum Swizzle #EEEAD4

Color information

#EEEAD4 (or 0xEEEAD4) is unknown color: approx Rum Swizzle. HEX triplet: EE, EA and D4. RGB value is (238,234,212). Sum of RGB (Red+Green+Blue) = 238+234+212=684 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.80% from 684); Green value is 234 (91.80% from 255 or 34.21% from 684); Blue value is 212 (83.20% from 255 or 30.99% from 684); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEAD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEAD4 is #11152B. Grayscale: #E8E8E8. Windows color (decimal): -1119532 or 13953774. OLE color: 13953774.

HSL color Cylindrical-coordinate representation of color #EEEAD4: hue angle of 50.77º degrees, saturation: 0.43, 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 #EEEAD4 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB238234212-
CMYK00.020.110.07
HSL50.77º43.33%88.24%-
HSV(B)50.77º10.92%93.33%-
XYZ76.5781.7874.04-
YUV232.69116.33131.79-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.80%
GREEN value IS 234 (91.80% from 255) = 34.21%
BLUE value IS 212 (83.20% from 255) = 30.99%
R=34.80%
G=34.21%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823421200.020.110.0750.7743.3388.24
HexEEEAD402B7332b58
Octal356352324021376353130
Binary11101110111010101101010001010111111100111010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEAD4; }

 p { color: rgb(238,234,212); }

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

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

 a { background-color: rgb(238,234,212); }

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

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

 span { border-color: rgb(238,234,212); }

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