#ECEBD4

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

Shades of Rum Swizzle #ECEBD4

Tints of Rum Swizzle #ECEBD4

Color information

#ECEBD4 (or 0xECEBD4) is unknown color: approx Rum Swizzle. HEX triplet: EC, EB and D4. RGB value is (236,235,212). Sum of RGB (Red+Green+Blue) = 236+235+212=683 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.55% from 683); Green value is 235 (92.19% from 255 or 34.41% from 683); Blue value is 212 (83.20% from 255 or 31.04% from 683); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEBD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEBD4 is #13142B. Grayscale: #E8E8E8. Windows color (decimal): -1250348 or 13954028. OLE color: 13954028.

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

Color convert

RGB236235212-
CMYK00.000.100.07
HSL57.5º38.71%87.84%-
HSV(B)57.5º10.17%92.55%-
XYZ76.188274.1-
YUV232.68116.33130.37-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.55%
GREEN value IS 235 (92.19% from 255) = 34.41%
BLUE value IS 212 (83.20% from 255) = 31.04%
R=34.55%
G=34.41%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23623521200.000.100.0757.538.7187.84
HexECEBD400A73a2758
Octal354353324001277247130
Binary1110110011101011110101000010101111110101001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEBD4; }

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

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

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

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

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

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

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

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