#EBEAD2

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

Shades of Rum Swizzle #EBEAD2

Tints of Rum Swizzle #EBEAD2

Color information

#EBEAD2 (or 0xEBEAD2) is unknown color: approx Rum Swizzle. HEX triplet: EB, EA and D2. RGB value is (235,234,210). Sum of RGB (Red+Green+Blue) = 235+234+210=679 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.61% from 679); Green value is 234 (91.80% from 255 or 34.46% from 679); Blue value is 210 (82.42% from 255 or 30.93% from 679); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEAD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEAD2 is #14152D. Grayscale: #E7E7E7. Windows color (decimal): -1316142 or 13822699. OLE color: 13822699.

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

Color convert

RGB235234210-
CMYK00.000.110.08
HSL57.6º38.46%87.25%-
HSV(B)57.6º10.64%92.16%-
XYZ75.3281.1672.67-
YUV231.56115.83130.45-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.61%
GREEN value IS 234 (91.80% from 255) = 34.46%
BLUE value IS 210 (82.42% from 255) = 30.93%
R=34.61%
G=34.46%
B=30.93%

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
Decimal23523421000.000.110.0857.638.4687.25
HexEBEAD200B83a2657
Octal3533523220013107246127
Binary11101011111010101101001000101110001110101001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEAD2; }

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

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

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

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

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

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

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

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