#EBEBD3

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

Shades of Rum Swizzle #EBEBD3

Tints of Rum Swizzle #EBEBD3

Color information

#EBEBD3 (or 0xEBEBD3) is unknown color: approx Rum Swizzle. HEX triplet: EB, EB and D3. RGB value is (235,235,211). Sum of RGB (Red+Green+Blue) = 235+235+211=681 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.51% from 681); Green value is 235 (92.19% from 255 or 34.51% from 681); Blue value is 211 (82.81% from 255 or 30.98% from 681); Max value from RGB is 235 - color contains mainly: red, green. Hex color #EBEBD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEBD3 is #14142C. Grayscale: #E8E8E8. Windows color (decimal): -1315885 or 13888491. OLE color: 13888491.

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

Color convert

RGB235235211-
CMYK000.100.08
HSL60º37.5%87.45%-
HSV(B)60º10.21%92.16%-
XYZ75.7381.7873.42-
YUV232.26116129.95-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.51%
GREEN value IS 235 (92.19% from 255) = 34.51%
BLUE value IS 211 (82.81% from 255) = 30.98%
R=34.51%
G=34.51%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235235211000.100.086037.587.45
HexEBEBD300A83c2657
Octal3533533230012107446127
Binary11101011111010111101001100101010001111001001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEBD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEBD3; }

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

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

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

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

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

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

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

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