#EFECD4

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

Shades of Rum Swizzle #EFECD4

Tints of Rum Swizzle #EFECD4

Color information

#EFECD4 (or 0xEFECD4) is unknown color: approx Rum Swizzle. HEX triplet: EF, EC and D4. RGB value is (239,236,212). Sum of RGB (Red+Green+Blue) = 239+236+212=687 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.79% from 687); Green value is 236 (92.58% from 255 or 34.35% from 687); Blue value is 212 (83.20% from 255 or 30.86% from 687); Max value from RGB is 239 - color contains mainly: red. Hex color #EFECD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFECD4 is #10132B. Grayscale: #EAEAEA. Windows color (decimal): -1053484 or 13954287. OLE color: 13954287.

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

Color convert

RGB239236212-
CMYK00.010.110.06
HSL53.33º45.76%88.43%-
HSV(B)53.33º11.3%93.73%-
XYZ77.4883.174.24-
YUV234.16115.49131.45-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.79%
GREEN value IS 236 (92.58% from 255) = 34.35%
BLUE value IS 212 (83.20% from 255) = 30.86%
R=34.79%
G=34.35%
B=30.86%

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
Decimal23923621200.010.110.0653.3345.7688.43
HexEFECD401B6352e58
Octal357354324011366556130
Binary1110111111101100110101000110111101101011011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFECD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFECD4; }

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

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

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

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

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

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

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

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