#EFEDDA

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

Shades of Rum Swizzle #EFEDDA

Tints of Rum Swizzle #EFEDDA

Color information

#EFEDDA (or 0xEFEDDA) is unknown color: approx Rum Swizzle. HEX triplet: EF, ED and DA. RGB value is (239,237,218). Sum of RGB (Red+Green+Blue) = 239+237+218=694 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.44% from 694); Green value is 237 (92.97% from 255 or 34.15% from 694); Blue value is 218 (85.55% from 255 or 31.41% from 694); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEDDA is #101225. Grayscale: #EBEBEB. Windows color (decimal): -1053222 or 14347759. OLE color: 14347759.

HSL color Cylindrical-coordinate representation of color #EFEDDA: hue angle of 54.29º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EFEDDA is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB239237218-
CMYK00.010.090.06
HSL54.29º39.62%89.61%-
HSV(B)54.29º8.79%93.73%-
XYZ78.5483.9878.4-
YUV235.43118.16130.54-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.44%
GREEN value IS 237 (92.97% from 255) = 34.15%
BLUE value IS 218 (85.55% from 255) = 31.41%
R=34.44%
G=34.15%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923721800.010.090.0654.2939.6289.61
HexEFEDDA019636285a
Octal357355332011166650132
Binary1110111111101101110110100110011101101101010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEDDA; }

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

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

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

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

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

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

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

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