#EBEAD5

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

Shades of Rum Swizzle #EBEAD5

Tints of Rum Swizzle #EBEAD5

Color information

#EBEAD5 (or 0xEBEAD5) is unknown color: approx Rum Swizzle. HEX triplet: EB, EA and D5. RGB value is (235,234,213). Sum of RGB (Red+Green+Blue) = 235+234+213=682 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.46% from 682); Green value is 234 (91.80% from 255 or 34.31% from 682); Blue value is 213 (83.59% from 255 or 31.23% from 682); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEAD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEAD5 is #14152A. Grayscale: #E7E7E7. Windows color (decimal): -1316139 or 14019307. OLE color: 14019307.

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

Color convert

RGB235234213-
CMYK00.000.090.08
HSL57.27º35.48%87.84%-
HSV(B)57.27º9.36%92.16%-
XYZ75.6981.3174.66-
YUV231.9117.33130.21-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.46%
GREEN value IS 234 (91.80% from 255) = 34.31%
BLUE value IS 213 (83.59% from 255) = 31.23%
R=34.46%
G=34.31%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523421300.000.090.0857.2735.4887.84
HexEBEAD50098392358
Octal3533523250011107143130
Binary11101011111010101101010100100110001110011000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEAD5; }

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

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

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

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

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

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

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

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