#EBE8D6

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

Shades of Rum Swizzle #EBE8D6

Tints of Rum Swizzle #EBE8D6

Color information

#EBE8D6 (or 0xEBE8D6) is unknown color: approx Rum Swizzle. HEX triplet: EB, E8 and D6. RGB value is (235,232,214). Sum of RGB (Red+Green+Blue) = 235+232+214=681 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.51% from 681); Green value is 232 (91.02% from 255 or 34.07% from 681); Blue value is 214 (83.98% from 255 or 31.42% from 681); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE8D6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE8D6 is #141729. Grayscale: #E6E6E6. Windows color (decimal): -1316650 or 14084331. OLE color: 14084331.

HSL color Cylindrical-coordinate representation of color #EBE8D6: hue angle of 51.43º degrees, saturation: 0.34, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EBE8D6 is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB235232214-
CMYK00.010.090.08
HSL51.43º34.43%88.04%-
HSV(B)51.43º8.94%92.16%-
XYZ75.2680.2375.14-
YUV230.85118.49130.96-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.51%
GREEN value IS 232 (91.02% from 255) = 34.07%
BLUE value IS 214 (83.98% from 255) = 31.42%
R=34.51%
G=34.07%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523221400.010.090.0851.4334.4388.04
HexEBE8D60198332258
Octal3533503260111106342130
Binary11101011111010001101011001100110001100111000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE8D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE8D6; }

 p { color: rgb(235,232,214); }

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

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

 a { background-color: rgb(235,232,214); }

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

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

 span { border-color: rgb(235,232,214); }

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