#EBEAD3

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

Shades of Rum Swizzle #EBEAD3

Tints of Rum Swizzle #EBEAD3

Color information

#EBEAD3 (or 0xEBEAD3) is unknown color: approx Rum Swizzle. HEX triplet: EB, EA and D3. RGB value is (235,234,211). Sum of RGB (Red+Green+Blue) = 235+234+211=680 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.56% from 680); Green value is 234 (91.80% from 255 or 34.41% from 680); Blue value is 211 (82.81% from 255 or 31.03% from 680); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEAD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEAD3 is #14152C. Grayscale: #E7E7E7. Windows color (decimal): -1316141 or 13888235. OLE color: 13888235.

HSL color Cylindrical-coordinate representation of color #EBEAD3: hue angle of 57.5º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EBEAD3 is Cyan = 0, Magento = 0.00, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB235234211-
CMYK00.000.100.08
HSL57.5º37.5%87.45%-
HSV(B)57.5º10.21%92.16%-
XYZ75.4481.2173.33-
YUV231.68116.33130.37-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.56%
GREEN value IS 234 (91.80% from 255) = 34.41%
BLUE value IS 211 (82.81% from 255) = 31.03%
R=34.56%
G=34.41%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523421100.000.100.0857.537.587.45
HexEBEAD300A83a2657
Octal3533523230012107246127
Binary11101011111010101101001100101010001110101001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEAD3; }

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

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

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

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

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

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

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

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