#EBEAD0

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

Shades of Rum Swizzle #EBEAD0

Tints of Rum Swizzle #EBEAD0

Color information

#EBEAD0 (or 0xEBEAD0) is unknown color: approx Rum Swizzle. HEX triplet: EB, EA and D0. RGB value is (235,234,208). Sum of RGB (Red+Green+Blue) = 235+234+208=677 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.71% from 677); Green value is 234 (91.80% from 255 or 34.56% from 677); Blue value is 208 (81.64% from 255 or 30.72% from 677); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEAD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEAD0 is #14152F. Grayscale: #E7E7E7. Windows color (decimal): -1316144 or 13691627. OLE color: 13691627.

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

Color convert

RGB235234208-
CMYK00.000.110.08
HSL57.78º40.3%86.86%-
HSV(B)57.78º11.49%92.16%-
XYZ75.0781.0671.36-
YUV231.33114.83130.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.71%
GREEN value IS 234 (91.80% from 255) = 34.56%
BLUE value IS 208 (81.64% from 255) = 30.72%
R=34.71%
G=34.56%
B=30.72%

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
Decimal23523420800.000.110.0857.7840.386.86
HexEBEAD000B83a2857
Octal3533523200013107250127
Binary11101011111010101101000000101110001110101010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEAD0; }

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

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

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

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

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

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

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

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