#EAE8D4

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

Shades of Rum Swizzle #EAE8D4

Tints of Rum Swizzle #EAE8D4

Color information

#EAE8D4 (or 0xEAE8D4) is unknown color: approx Rum Swizzle. HEX triplet: EA, E8 and D4. RGB value is (234,232,212). Sum of RGB (Red+Green+Blue) = 234+232+212=678 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.51% from 678); Green value is 232 (91.02% from 255 or 34.22% from 678); Blue value is 212 (83.20% from 255 or 31.27% from 678); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE8D4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAE8D4 is #15172B. Grayscale: #E6E6E6. Windows color (decimal): -1382188 or 13953258. OLE color: 13953258.

HSL color Cylindrical-coordinate representation of color #EAE8D4: hue angle of 54.55º degrees, saturation: 0.34, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EAE8D4 is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB234232212-
CMYK00.010.090.08
HSL54.55º34.38%87.45%-
HSV(B)54.55º9.4%91.76%-
XYZ74.6779.9673.79-
YUV230.32117.66130.63-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.51%
GREEN value IS 232 (91.02% from 255) = 34.22%
BLUE value IS 212 (83.20% from 255) = 31.27%
R=34.51%
G=34.22%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23423221200.010.090.0854.5534.3887.45
HexEAE8D40198372257
Octal3523503240111106742127
Binary11101010111010001101010001100110001101111000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE8D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE8D4; }

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

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

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

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

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

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

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

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