#EFEEDA

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

Shades of Rum Swizzle #EFEEDA

Tints of Rum Swizzle #EFEEDA

Color information

#EFEEDA (or 0xEFEEDA) is unknown color: approx Rum Swizzle. HEX triplet: EF, EE and DA. RGB value is (239,238,218). Sum of RGB (Red+Green+Blue) = 239+238+218=695 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.39% from 695); Green value is 238 (93.36% from 255 or 34.24% from 695); Blue value is 218 (85.55% from 255 or 31.37% from 695); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEEDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEEDA is #101125. Grayscale: #ECECEC. Windows color (decimal): -1052966 or 14348015. OLE color: 14348015.

HSL color Cylindrical-coordinate representation of color #EFEEDA: hue angle of 57.14º 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 #EFEEDA is Cyan = 0, Magento = 0.00, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB239238218-
CMYK00.000.090.06
HSL57.14º39.62%89.61%-
HSV(B)57.14º8.79%93.73%-
XYZ78.8384.5678.5-
YUV236.02117.83130.13-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.39%
GREEN value IS 238 (93.36% from 255) = 34.24%
BLUE value IS 218 (85.55% from 255) = 31.37%
R=34.39%
G=34.24%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923821800.000.090.0657.1439.6289.61
HexEFEEDA009639285a
Octal357356332001167150132
Binary1110111111101110110110100010011101110011010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEEDA; }

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

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

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

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

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

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

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

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