#EFECD5

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

Shades of Rum Swizzle #EFECD5

Tints of Rum Swizzle #EFECD5

Color information

#EFECD5 (or 0xEFECD5) is unknown color: approx Rum Swizzle. HEX triplet: EF, EC and D5. RGB value is (239,236,213). Sum of RGB (Red+Green+Blue) = 239+236+213=688 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.74% from 688); Green value is 236 (92.58% from 255 or 34.30% from 688); Blue value is 213 (83.59% from 255 or 30.96% from 688); Max value from RGB is 239 - color contains mainly: red. Hex color #EFECD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFECD5 is #10132A. Grayscale: #EAEAEA. Windows color (decimal): -1053483 or 14019823. OLE color: 14019823.

HSL color Cylindrical-coordinate representation of color #EFECD5: hue angle of 53.08º degrees, saturation: 0.45, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFECD5 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB239236213-
CMYK00.010.110.06
HSL53.08º44.83%88.63%-
HSV(B)53.08º10.88%93.73%-
XYZ77.683.1574.91-
YUV234.28115.99131.37-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.74%
GREEN value IS 236 (92.58% from 255) = 34.30%
BLUE value IS 213 (83.59% from 255) = 30.96%
R=34.74%
G=34.30%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923621300.010.110.0653.0844.8388.63
HexEFECD501B6352d59
Octal357354325011366555131
Binary1110111111101100110101010110111101101011011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFECD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFECD5; }

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

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

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

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

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

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

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

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