#EFEAD1

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

Shades of Rum Swizzle #EFEAD1

Tints of Rum Swizzle #EFEAD1

Color information

#EFEAD1 (or 0xEFEAD1) is unknown color: approx Rum Swizzle. HEX triplet: EF, EA and D1. RGB value is (239,234,209). Sum of RGB (Red+Green+Blue) = 239+234+209=682 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.04% from 682); Green value is 234 (91.80% from 255 or 34.31% from 682); Blue value is 209 (82.03% from 255 or 30.65% from 682); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEAD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEAD1 is #10152E. Grayscale: #E8E8E8. Windows color (decimal): -1053999 or 13757167. OLE color: 13757167.

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

Color convert

RGB239234209-
CMYK00.020.130.06
HSL50º48.39%87.84%-
HSV(B)50º12.55%93.73%-
XYZ76.5381.872.08-
YUV232.64114.66132.53-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.04%
GREEN value IS 234 (91.80% from 255) = 34.31%
BLUE value IS 209 (82.03% from 255) = 30.65%
R=35.04%
G=34.31%
B=30.65%

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
Decimal23923420900.020.130.065048.3987.84
HexEFEAD102D6323058
Octal357352321021566260130
Binary11101111111010101101000101011011101100101100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEAD1; }

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

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

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

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

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

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

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

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