#ECEAD7

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

Shades of Rum Swizzle #ECEAD7

Tints of Rum Swizzle #ECEAD7

Color information

#ECEAD7 (or 0xECEAD7) is unknown color: approx Rum Swizzle. HEX triplet: EC, EA and D7. RGB value is (236,234,215). Sum of RGB (Red+Green+Blue) = 236+234+215=685 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.45% from 685); Green value is 234 (91.80% from 255 or 34.16% from 685); Blue value is 215 (84.38% from 255 or 31.39% from 685); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEAD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEAD7 is #131528. Grayscale: #E8E8E8. Windows color (decimal): -1250601 or 14150380. OLE color: 14150380.

HSL color Cylindrical-coordinate representation of color #ECEAD7: hue angle of 54.29º degrees, saturation: 0.36, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ECEAD7 is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB236234215-
CMYK00.010.090.07
HSL54.29º35.59%88.43%-
HSV(B)54.29º8.9%92.55%-
XYZ76.2881.5876.02-
YUV232.43118.16130.54-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.45%
GREEN value IS 234 (91.80% from 255) = 34.16%
BLUE value IS 215 (84.38% from 255) = 31.39%
R=34.45%
G=34.16%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23623421500.010.090.0754.2935.5988.43
HexECEAD70197362458
Octal354352327011176644130
Binary1110110011101010110101110110011111101101001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEAD7; }

 p { color: rgb(236,234,215); }

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

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

 a { background-color: rgb(236,234,215); }

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

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

 span { border-color: rgb(236,234,215); }

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