#EFEBD1

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

Shades of Rum Swizzle #EFEBD1

Tints of Rum Swizzle #EFEBD1

Color information

#EFEBD1 (or 0xEFEBD1) is unknown color: approx Rum Swizzle. HEX triplet: EF, EB and D1. RGB value is (239,235,209). Sum of RGB (Red+Green+Blue) = 239+235+209=683 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.99% from 683); Green value is 235 (92.19% from 255 or 34.41% from 683); Blue value is 209 (82.03% from 255 or 30.60% from 683); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEBD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEBD1 is #10142E. Grayscale: #E9E9E9. Windows color (decimal): -1053743 or 13757423. OLE color: 13757423.

HSL color Cylindrical-coordinate representation of color #EFEBD1: hue angle of 52º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EFEBD1 is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB239235209-
CMYK00.020.130.06
HSL52º48.39%87.84%-
HSV(B)52º12.55%93.73%-
XYZ76.8182.3772.17-
YUV233.23114.33132.11-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.99%
GREEN value IS 235 (92.19% from 255) = 34.41%
BLUE value IS 209 (82.03% from 255) = 30.60%
R=34.99%
G=34.41%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923520900.020.130.065248.3987.84
HexEFEBD102D6343058
Octal357353321021566460130
Binary11101111111010111101000101011011101101001100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEBD1; }

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

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

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

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

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

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

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

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