#EBEAD4

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

Shades of Rum Swizzle #EBEAD4

Tints of Rum Swizzle #EBEAD4

Color information

#EBEAD4 (or 0xEBEAD4) is unknown color: approx Rum Swizzle. HEX triplet: EB, EA and D4. RGB value is (235,234,212). Sum of RGB (Red+Green+Blue) = 235+234+212=681 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.51% from 681); Green value is 234 (91.80% from 255 or 34.36% from 681); Blue value is 212 (83.20% from 255 or 31.13% from 681); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEAD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEAD4 is #14152B. Grayscale: #E7E7E7. Windows color (decimal): -1316140 or 13953771. OLE color: 13953771.

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

Color convert

RGB235234212-
CMYK00.000.100.08
HSL57.39º36.51%87.65%-
HSV(B)57.39º9.79%92.16%-
XYZ75.5781.2673.99-
YUV231.79116.83130.29-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.51%
GREEN value IS 234 (91.80% from 255) = 34.36%
BLUE value IS 212 (83.20% from 255) = 31.13%
R=34.51%
G=34.36%
B=31.13%

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
Decimal23523421200.000.100.0857.3936.5187.65
HexEBEAD400A8392558
Octal3533523240012107145130
Binary11101011111010101101010000101010001110011001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEAD4; }

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

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

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

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

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

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

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

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