#EFEBD8

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

Shades of Rum Swizzle #EFEBD8

Tints of Rum Swizzle #EFEBD8

Color information

#EFEBD8 (or 0xEFEBD8) is unknown color: approx Rum Swizzle. HEX triplet: EF, EB and D8. RGB value is (239,235,216). Sum of RGB (Red+Green+Blue) = 239+235+216=690 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.64% from 690); Green value is 235 (92.19% from 255 or 34.06% from 690); Blue value is 216 (84.77% from 255 or 31.30% from 690); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEBD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEBD8 is #101427. Grayscale: #EAEAEA. Windows color (decimal): -1053736 or 14216175. OLE color: 14216175.

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

Color convert

RGB239235216-
CMYK00.020.100.06
HSL49.57º41.82%89.22%-
HSV(B)49.57º9.62%93.73%-
XYZ77.782.7376.84-
YUV234.03117.83131.54-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.64%
GREEN value IS 235 (92.19% from 255) = 34.06%
BLUE value IS 216 (84.77% from 255) = 31.30%
R=34.64%
G=34.06%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923521600.020.100.0649.5741.8289.22
HexEFEBD802A6322a59
Octal357353330021266252131
Binary11101111111010111101100001010101101100101010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEBD8; }

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

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

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

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

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

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

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

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