#EBE8D4

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

Shades of Rum Swizzle #EBE8D4

Tints of Rum Swizzle #EBE8D4

Color information

#EBE8D4 (or 0xEBE8D4) is unknown color: approx Rum Swizzle. HEX triplet: EB, E8 and D4. RGB value is (235,232,212). Sum of RGB (Red+Green+Blue) = 235+232+212=679 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.61% from 679); Green value is 232 (91.02% from 255 or 34.17% from 679); Blue value is 212 (83.20% from 255 or 31.22% from 679); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE8D4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE8D4 is #14172B. Grayscale: #E6E6E6. Windows color (decimal): -1316652 or 13953259. OLE color: 13953259.

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

Color convert

RGB235232212-
CMYK00.010.100.08
HSL52.17º36.51%87.65%-
HSV(B)52.17º9.79%92.16%-
XYZ7580.1373.8-
YUV230.62117.49131.13-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.61%
GREEN value IS 232 (91.02% from 255) = 34.17%
BLUE value IS 212 (83.20% from 255) = 31.22%
R=34.61%
G=34.17%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523221200.010.100.0852.1736.5187.65
HexEBE8D401A8342558
Octal3533503240112106445130
Binary11101011111010001101010001101010001101001001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE8D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE8D4; }

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

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

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

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

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

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

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

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