#ECEAD0

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

Shades of Rum Swizzle #ECEAD0

Tints of Rum Swizzle #ECEAD0

Color information

#ECEAD0 (or 0xECEAD0) is unknown color: approx Rum Swizzle. HEX triplet: EC, EA and D0. RGB value is (236,234,208). Sum of RGB (Red+Green+Blue) = 236+234+208=678 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.81% from 678); Green value is 234 (91.80% from 255 or 34.51% from 678); Blue value is 208 (81.64% from 255 or 30.68% from 678); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEAD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEAD0 is #13152F. Grayscale: #E7E7E7. Windows color (decimal): -1250608 or 13691628. OLE color: 13691628.

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

Color convert

RGB236234208-
CMYK00.010.120.07
HSL55.71º42.42%87.06%-
HSV(B)55.71º11.86%92.55%-
XYZ75.481.2371.38-
YUV231.63114.66131.11-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.81%
GREEN value IS 234 (91.80% from 255) = 34.51%
BLUE value IS 208 (81.64% from 255) = 30.68%
R=34.81%
G=34.51%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23623420800.010.120.0755.7142.4287.06
HexECEAD001C7382a57
Octal354352320011477052127
Binary1110110011101010110100000111001111110001010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEAD0; }

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

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

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

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

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

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

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

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