#EFECD1

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

Shades of Rum Swizzle #EFECD1

Tints of Rum Swizzle #EFECD1

Color information

#EFECD1 (or 0xEFECD1) is unknown color: approx Rum Swizzle. HEX triplet: EF, EC and D1. RGB value is (239,236,209). Sum of RGB (Red+Green+Blue) = 239+236+209=684 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.94% from 684); Green value is 236 (92.58% from 255 or 34.50% from 684); Blue value is 209 (82.03% from 255 or 30.56% from 684); Max value from RGB is 239 - color contains mainly: red. Hex color #EFECD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFECD1 is #10132E. Grayscale: #E9E9E9. Windows color (decimal): -1053487 or 13757679. OLE color: 13757679.

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

Color convert

RGB239236209-
CMYK00.010.130.06
HSL54º48.39%87.84%-
HSV(B)54º12.55%93.73%-
XYZ77.182.9572.27-
YUV233.82113.99131.7-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.94%
GREEN value IS 236 (92.58% from 255) = 34.50%
BLUE value IS 209 (82.03% from 255) = 30.56%
R=34.94%
G=34.50%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923620900.010.130.065448.3987.84
HexEFECD101D6363058
Octal357354321011566660130
Binary1110111111101100110100010111011101101101100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFECD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFECD1; }

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

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

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

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

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

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

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

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