#EBEAD1

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

Shades of Rum Swizzle #EBEAD1

Tints of Rum Swizzle #EBEAD1

Color information

#EBEAD1 (or 0xEBEAD1) is unknown color: approx Rum Swizzle. HEX triplet: EB, EA and D1. RGB value is (235,234,209). Sum of RGB (Red+Green+Blue) = 235+234+209=678 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.66% from 678); Green value is 234 (91.80% from 255 or 34.51% from 678); Blue value is 209 (82.03% from 255 or 30.83% from 678); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEAD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEAD1 is #14152E. Grayscale: #E7E7E7. Windows color (decimal): -1316143 or 13757163. OLE color: 13757163.

HSL color Cylindrical-coordinate representation of color #EBEAD1: hue angle of 57.69º degrees, saturation: 0.39, 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 #EBEAD1 is Cyan = 0, Magento = 0.00, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB235234209-
CMYK00.000.110.08
HSL57.69º39.39%87.06%-
HSV(B)57.69º11.06%92.16%-
XYZ75.1981.1172.01-
YUV231.45115.33130.53-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.66%
GREEN value IS 234 (91.80% from 255) = 34.51%
BLUE value IS 209 (82.03% from 255) = 30.83%
R=34.66%
G=34.51%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523420900.000.110.0857.6939.3987.06
HexEBEAD100B83a2757
Octal3533523210013107247127
Binary11101011111010101101000100101110001110101001111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEAD1; }

 p { color: rgb(235,234,209); }

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

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

 a { background-color: rgb(235,234,209); }

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

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

 span { border-color: rgb(235,234,209); }

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