#EDEBCE

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

Shades of Rum Swizzle #EDEBCE

Tints of Rum Swizzle #EDEBCE

Color information

#EDEBCE (or 0xEDEBCE) is unknown color: approx Rum Swizzle. HEX triplet: ED, EB and CE. RGB value is (237,235,206). Sum of RGB (Red+Green+Blue) = 237+235+206=678 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.96% from 678); Green value is 235 (92.19% from 255 or 34.66% from 678); Blue value is 206 (80.86% from 255 or 30.38% from 678); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEBCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEBCE is #121431. Grayscale: #E8E8E8. Windows color (decimal): -1184818 or 13560813. OLE color: 13560813.

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

Color convert

RGB237235206-
CMYK00.010.130.07
HSL56.13º46.27%86.86%-
HSV(B)56.13º13.08%92.94%-
XYZ75.7781.8870.2-
YUV232.29113.16131.36-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.96%
GREEN value IS 235 (92.19% from 255) = 34.66%
BLUE value IS 206 (80.86% from 255) = 30.38%
R=34.96%
G=34.66%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723520600.010.130.0756.1346.2786.86
HexEDEBCE01D7382e57
Octal355353316011577056127
Binary1110110111101011110011100111011111110001011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEBCE; }

 p { color: rgb(237,235,206); }

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

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

 a { background-color: rgb(237,235,206); }

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

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

 span { border-color: rgb(237,235,206); }

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