#EFEDD2

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

Shades of Rum Swizzle #EFEDD2

Tints of Rum Swizzle #EFEDD2

Color information

#EFEDD2 (or 0xEFEDD2) is unknown color: approx Rum Swizzle. HEX triplet: EF, ED and D2. RGB value is (239,237,210). Sum of RGB (Red+Green+Blue) = 239+237+210=686 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.84% from 686); Green value is 237 (92.97% from 255 or 34.55% from 686); Blue value is 210 (82.42% from 255 or 30.61% from 686); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEDD2 is #10122D. Grayscale: #EAEAEA. Windows color (decimal): -1053230 or 13823471. OLE color: 13823471.

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

Color convert

RGB239237210-
CMYK00.010.120.06
HSL55.86º47.54%88.04%-
HSV(B)55.86º12.13%93.73%-
XYZ77.5183.5773.02-
YUV234.52114.16131.2-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.84%
GREEN value IS 237 (92.97% from 255) = 34.55%
BLUE value IS 210 (82.42% from 255) = 30.61%
R=34.84%
G=34.55%
B=30.61%

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
Decimal23923721000.010.120.0655.8647.5488.04
HexEFEDD201C6383058
Octal357355322011467060130
Binary1110111111101101110100100111001101110001100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEDD2; }

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

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

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

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

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

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

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

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