#EFECD6

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

Shades of Rum Swizzle #EFECD6

Tints of Rum Swizzle #EFECD6

Color information

#EFECD6 (or 0xEFECD6) is unknown color: approx Rum Swizzle. HEX triplet: EF, EC and D6. RGB value is (239,236,214). Sum of RGB (Red+Green+Blue) = 239+236+214=689 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.69% from 689); Green value is 236 (92.58% from 255 or 34.25% from 689); Blue value is 214 (83.98% from 255 or 31.06% from 689); Max value from RGB is 239 - color contains mainly: red. Hex color #EFECD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFECD6 is #101329. Grayscale: #EAEAEA. Windows color (decimal): -1053482 or 14085359. OLE color: 14085359.

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

Color convert

RGB239236214-
CMYK00.010.100.06
HSL52.8º43.86%88.82%-
HSV(B)52.8º10.46%93.73%-
XYZ77.7383.275.58-
YUV234.39116.49131.29-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.69%
GREEN value IS 236 (92.58% from 255) = 34.25%
BLUE value IS 214 (83.98% from 255) = 31.06%
R=34.69%
G=34.25%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923621400.010.100.0652.843.8688.82
HexEFECD601A6352c59
Octal357354326011266554131
Binary1110111111101100110101100110101101101011011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFECD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFECD6; }

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

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

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

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

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

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

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

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