#EBEAD6

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

Shades of Rum Swizzle #EBEAD6

Tints of Rum Swizzle #EBEAD6

Color information

#EBEAD6 (or 0xEBEAD6) is unknown color: approx Rum Swizzle. HEX triplet: EB, EA and D6. RGB value is (235,234,214). Sum of RGB (Red+Green+Blue) = 235+234+214=683 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.41% from 683); Green value is 234 (91.80% from 255 or 34.26% from 683); Blue value is 214 (83.98% from 255 or 31.33% from 683); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEAD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEAD6 is #141529. Grayscale: #E8E8E8. Windows color (decimal): -1316138 or 14084843. OLE color: 14084843.

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

Color convert

RGB235234214-
CMYK00.000.090.08
HSL57.14º34.43%88.04%-
HSV(B)57.14º8.94%92.16%-
XYZ75.8281.3675.33-
YUV232.02117.83130.13-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.41%
GREEN value IS 234 (91.80% from 255) = 34.26%
BLUE value IS 214 (83.98% from 255) = 31.33%
R=34.41%
G=34.26%
B=31.33%

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
Decimal23523421400.000.090.0857.1434.4388.04
HexEBEAD60098392258
Octal3533523260011107142130
Binary11101011111010101101011000100110001110011000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEAD6; }

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

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

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

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

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

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

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

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