#EDEAD7

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

Shades of Rum Swizzle #EDEAD7

Tints of Rum Swizzle #EDEAD7

Color information

#EDEAD7 (or 0xEDEAD7) is unknown color: approx Rum Swizzle. HEX triplet: ED, EA and D7. RGB value is (237,234,215). Sum of RGB (Red+Green+Blue) = 237+234+215=686 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.55% from 686); Green value is 234 (91.80% from 255 or 34.11% from 686); Blue value is 215 (84.38% from 255 or 31.34% from 686); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEAD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEAD7 is #121528. Grayscale: #E8E8E8. Windows color (decimal): -1185065 or 14150381. OLE color: 14150381.

HSL color Cylindrical-coordinate representation of color #EDEAD7: hue angle of 51.82º 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 #EDEAD7 is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB237234215-
CMYK00.010.090.07
HSL51.82º37.93%88.63%-
HSV(B)51.82º9.28%92.94%-
XYZ76.6181.7676.03-
YUV232.73117.99131.04-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.55%
GREEN value IS 234 (91.80% from 255) = 34.11%
BLUE value IS 215 (84.38% from 255) = 31.34%
R=34.55%
G=34.11%
B=31.34%

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
Decimal23723421500.010.090.0751.8237.9388.63
HexEDEAD70197342659
Octal355352327011176446131
Binary1110110111101010110101110110011111101001001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEAD7; }

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

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

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

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

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

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

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

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