#EFEDD8

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

Shades of Rum Swizzle #EFEDD8

Tints of Rum Swizzle #EFEDD8

Color information

#EFEDD8 (or 0xEFEDD8) is unknown color: approx Rum Swizzle. HEX triplet: EF, ED and D8. RGB value is (239,237,216). Sum of RGB (Red+Green+Blue) = 239+237+216=692 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.54% from 692); Green value is 237 (92.97% from 255 or 34.25% from 692); Blue value is 216 (84.77% from 255 or 31.21% from 692); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEDD8 is #101227. Grayscale: #EBEBEB. Windows color (decimal): -1053224 or 14216687. OLE color: 14216687.

HSL color Cylindrical-coordinate representation of color #EFEDD8: hue angle of 54.78º degrees, saturation: 0.42, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFEDD8 is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB239237216-
CMYK00.010.100.06
HSL54.78º41.82%89.22%-
HSV(B)54.78º9.62%93.73%-
XYZ78.2883.8877.03-
YUV235.2117.16130.71-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.54%
GREEN value IS 237 (92.97% from 255) = 34.25%
BLUE value IS 216 (84.77% from 255) = 31.21%
R=34.54%
G=34.25%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923721600.010.100.0654.7841.8289.22
HexEFEDD801A6372a59
Octal357355330011266752131
Binary1110111111101101110110000110101101101111010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEDD8; }

 p { color: rgb(239,237,216); }

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

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

 a { background-color: rgb(239,237,216); }

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

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

 span { border-color: rgb(239,237,216); }

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