#EFEBD2

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

Shades of Rum Swizzle #EFEBD2

Tints of Rum Swizzle #EFEBD2

Color information

#EFEBD2 (or 0xEFEBD2) is unknown color: approx Rum Swizzle. HEX triplet: EF, EB and D2. RGB value is (239,235,210). Sum of RGB (Red+Green+Blue) = 239+235+210=684 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.94% from 684); Green value is 235 (92.19% from 255 or 34.36% from 684); Blue value is 210 (82.42% from 255 or 30.70% from 684); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEBD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEBD2 is #10142D. Grayscale: #E9E9E9. Windows color (decimal): -1053742 or 13822959. OLE color: 13822959.

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

Color convert

RGB239235210-
CMYK00.020.120.06
HSL51.72º47.54%88.04%-
HSV(B)51.72º12.13%93.73%-
XYZ76.9482.4272.83-
YUV233.35114.83132.03-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.94%
GREEN value IS 235 (92.19% from 255) = 34.36%
BLUE value IS 210 (82.42% from 255) = 30.70%
R=34.94%
G=34.36%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923521000.020.120.0651.7247.5488.04
HexEFEBD202C6343058
Octal357353322021466460130
Binary11101111111010111101001001011001101101001100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEBD2; }

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

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

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

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

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

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

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

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