#EFEBCE

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

Shades of Rum Swizzle #EFEBCE

Tints of Rum Swizzle #EFEBCE

Color information

#EFEBCE (or 0xEFEBCE) is unknown color: approx Rum Swizzle. HEX triplet: EF, EB and CE. RGB value is (239,235,206). Sum of RGB (Red+Green+Blue) = 239+235+206=680 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.15% from 680); Green value is 235 (92.19% from 255 or 34.56% from 680); Blue value is 206 (80.86% from 255 or 30.29% from 680); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEBCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEBCE is #101431. Grayscale: #E9E9E9. Windows color (decimal): -1053746 or 13560815. OLE color: 13560815.

HSL color Cylindrical-coordinate representation of color #EFEBCE: hue angle of 52.73º degrees, saturation: 0.51, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFEBCE is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB239235206-
CMYK00.020.140.06
HSL52.73º50.77%87.25%-
HSV(B)52.73º13.81%93.73%-
XYZ76.4582.2270.23-
YUV232.89112.83132.36-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.15%
GREEN value IS 235 (92.19% from 255) = 34.56%
BLUE value IS 206 (80.86% from 255) = 30.29%
R=35.15%
G=34.56%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923520600.020.140.0652.7350.7787.25
HexEFEBCE02E6353357
Octal357353316021666563127
Binary11101111111010111100111001011101101101011100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEBCE; }

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

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

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

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

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

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

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

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