#EFEBD7

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

Shades of Rum Swizzle #EFEBD7

Tints of Rum Swizzle #EFEBD7

Color information

#EFEBD7 (or 0xEFEBD7) is unknown color: approx Rum Swizzle. HEX triplet: EF, EB and D7. RGB value is (239,235,215). Sum of RGB (Red+Green+Blue) = 239+235+215=689 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.69% from 689); Green value is 235 (92.19% from 255 or 34.11% from 689); Blue value is 215 (84.38% from 255 or 31.20% from 689); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEBD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEBD7 is #101428. Grayscale: #EAEAEA. Windows color (decimal): -1053737 or 14150639. OLE color: 14150639.

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

Color convert

RGB239235215-
CMYK00.020.100.06
HSL50º42.86%89.02%-
HSV(B)50º10.04%93.73%-
XYZ77.5782.6776.16-
YUV233.92117.33131.63-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.69%
GREEN value IS 235 (92.19% from 255) = 34.11%
BLUE value IS 215 (84.38% from 255) = 31.20%
R=34.69%
G=34.11%
B=31.20%

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
Decimal23923521500.020.100.065042.8689.02
HexEFEBD702A6322b59
Octal357353327021266253131
Binary11101111111010111101011101010101101100101010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEBD7; }

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

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

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

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

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

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

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

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