#EFEED6

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

Shades of Rum Swizzle #EFEED6

Tints of Rum Swizzle #EFEED6

Color information

#EFEED6 (or 0xEFEED6) is unknown color: approx Rum Swizzle. HEX triplet: EF, EE and D6. RGB value is (239,238,214). Sum of RGB (Red+Green+Blue) = 239+238+214=691 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.59% from 691); Green value is 238 (93.36% from 255 or 34.44% from 691); Blue value is 214 (83.98% from 255 or 30.97% from 691); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEED6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEED6 is #101129. Grayscale: #EBEBEB. Windows color (decimal): -1052970 or 14085871. OLE color: 14085871.

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

Color convert

RGB239238214-
CMYK00.000.100.06
HSL57.6º43.86%88.82%-
HSV(B)57.6º10.46%93.73%-
XYZ78.3184.3575.77-
YUV235.56115.83130.45-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.59%
GREEN value IS 238 (93.36% from 255) = 34.44%
BLUE value IS 214 (83.98% from 255) = 30.97%
R=34.59%
G=34.44%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923821400.000.100.0657.643.8688.82
HexEFEED600A63a2c59
Octal357356326001267254131
Binary1110111111101110110101100010101101110101011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEED6; }

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

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

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

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

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

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

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

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