#EFECD2

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

Shades of Rum Swizzle #EFECD2

Tints of Rum Swizzle #EFECD2

Color information

#EFECD2 (or 0xEFECD2) is unknown color: approx Rum Swizzle. HEX triplet: EF, EC and D2. RGB value is (239,236,210). Sum of RGB (Red+Green+Blue) = 239+236+210=685 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.89% from 685); Green value is 236 (92.58% from 255 or 34.45% from 685); Blue value is 210 (82.42% from 255 or 30.66% from 685); Max value from RGB is 239 - color contains mainly: red. Hex color #EFECD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFECD2 is #10132D. Grayscale: #EAEAEA. Windows color (decimal): -1053486 or 13823215. OLE color: 13823215.

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

Color convert

RGB239236210-
CMYK00.010.120.06
HSL53.79º47.54%88.04%-
HSV(B)53.79º12.13%93.73%-
XYZ77.2282.9972.92-
YUV233.93114.49131.61-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.89%
GREEN value IS 236 (92.58% from 255) = 34.45%
BLUE value IS 210 (82.42% from 255) = 30.66%
R=34.89%
G=34.45%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923621000.010.120.0653.7947.5488.04
HexEFECD201C6363058
Octal357354322011466660130
Binary1110111111101100110100100111001101101101100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFECD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFECD2; }

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

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

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

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

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

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

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

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