#EFEED8

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

Shades of Rum Swizzle #EFEED8

Tints of Rum Swizzle #EFEED8

Color information

#EFEED8 (or 0xEFEED8) is unknown color: approx Rum Swizzle. HEX triplet: EF, EE and D8. RGB value is (239,238,216). Sum of RGB (Red+Green+Blue) = 239+238+216=693 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.49% from 693); Green value is 238 (93.36% from 255 or 34.34% from 693); Blue value is 216 (84.77% from 255 or 31.17% from 693); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEED8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEED8 is #101127. Grayscale: #EBEBEB. Windows color (decimal): -1052968 or 14216943. OLE color: 14216943.

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

Color convert

RGB239238216-
CMYK00.000.100.06
HSL57.39º41.82%89.22%-
HSV(B)57.39º9.62%93.73%-
XYZ78.5784.4677.13-
YUV235.79116.83130.29-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.49%
GREEN value IS 238 (93.36% from 255) = 34.34%
BLUE value IS 216 (84.77% from 255) = 31.17%
R=34.49%
G=34.34%
B=31.17%

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
Decimal23923821600.000.100.0657.3941.8289.22
HexEFEED800A6392a59
Octal357356330001267152131
Binary1110111111101110110110000010101101110011010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEED8; }

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

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

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

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

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

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

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

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