#EBE8D2

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

Shades of Rum Swizzle #EBE8D2

Tints of Rum Swizzle #EBE8D2

Color information

#EBE8D2 (or 0xEBE8D2) is unknown color: approx Rum Swizzle. HEX triplet: EB, E8 and D2. RGB value is (235,232,210). Sum of RGB (Red+Green+Blue) = 235+232+210=677 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.71% from 677); Green value is 232 (91.02% from 255 or 34.27% from 677); Blue value is 210 (82.42% from 255 or 31.02% from 677); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE8D2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE8D2 is #14172D. Grayscale: #E6E6E6. Windows color (decimal): -1316654 or 13822187. OLE color: 13822187.

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

Color convert

RGB235232210-
CMYK00.010.110.08
HSL52.8º38.46%87.25%-
HSV(B)52.8º10.64%92.16%-
XYZ74.7580.0372.48-
YUV230.39116.49131.29-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.71%
GREEN value IS 232 (91.02% from 255) = 34.27%
BLUE value IS 210 (82.42% from 255) = 31.02%
R=34.71%
G=34.27%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523221000.010.110.0852.838.4687.25
HexEBE8D201B8352657
Octal3533503220113106546127
Binary11101011111010001101001001101110001101011001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE8D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE8D2; }

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

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

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

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

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

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

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

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