#EDEBD7

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

Shades of Rum Swizzle #EDEBD7

Tints of Rum Swizzle #EDEBD7

Color information

#EDEBD7 (or 0xEDEBD7) is unknown color: approx Rum Swizzle. HEX triplet: ED, EB and D7. RGB value is (237,235,215). Sum of RGB (Red+Green+Blue) = 237+235+215=687 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.50% from 687); Green value is 235 (92.19% from 255 or 34.21% from 687); Blue value is 215 (84.38% from 255 or 31.30% from 687); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEBD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEBD7 is #121428. Grayscale: #E9E9E9. Windows color (decimal): -1184809 or 14150637. OLE color: 14150637.

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

Color convert

RGB237235215-
CMYK00.010.090.07
HSL54.55º37.93%88.63%-
HSV(B)54.55º9.28%92.94%-
XYZ76.982.3376.13-
YUV233.32117.66130.63-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.50%
GREEN value IS 235 (92.19% from 255) = 34.21%
BLUE value IS 215 (84.38% from 255) = 31.30%
R=34.50%
G=34.21%
B=31.30%

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
Decimal23723521500.010.090.0754.5537.9388.63
HexEDEBD70197372659
Octal355353327011176746131
Binary1110110111101011110101110110011111101111001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEBD7; }

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

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

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

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

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

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

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

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