Shades of Rum Swizzle #EDEAD2
Tints of Rum Swizzle #EDEAD2
RGB
CMYK
RGB Variations
Color information
#EDEAD2 (or 0xEDEAD2) is known color: Rum Swizzle. HEX triplet: ED, EA and D2. RGB value is (237,234,210). Sum of RGB (Red+Green+Blue) = 237+234+210=681 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.80% from 681); Green value is 234 (91.80% from 255 or 34.36% from 681); Blue value is 210 (82.42% from 255 or 30.84% from 681); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEAD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEAD2 is #12152D. Grayscale: #E8E8E8. Windows color (decimal): -1185070 or 13822701. OLE color: 13822701.
HSL color Cylindrical-coordinate representation of color #EDEAD2: hue angle of 53.33º degrees, saturation: 0.43, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EDEAD2 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 234 | 210 | - |
CMYK | 0 | 0.01 | 0.11 | 0.07 |
HSL | 53.33º | 0.43% | 0.88% | - |
HSV(B) | 53.33º | 0.11% | 0.93% | - |
XYZ | 75.98 | 81.5 | 72.7 | - |
YUV | 232.16 | 115.49 | 131.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 234 | 210 | 0 | 0.01 | 0.11 | 0.07 | 53.33 | 0.43 | 0.88 |
Hex | ED | EA | D2 | 0 | 1 | B | 7 | 35 | 2B | 58 |
Octal | 355 | 352 | 322 | 0 | 1 | 13 | 7 | 65 | 53 | 130 |
Binary | 11101101 | 11101010 | 11010010 | 0 | 1 | 1011 | 111 | 110101 | 101011 | 1011000 |
Color Harmonies of #EDEAD2
Complementary color
Monochromatic Colors of #EDEAD2
Black with #EDEAD2
Text Example
Text Example
White with #EDEAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEAD2; }
p { color: rgb(237,234,210); }
H1.HeaderClassName
{
color: #EDEAD2;
}
.AnyTagClassName
{
color: #EDEAD2;
}
</style>
background-color css
<style>
a { background-color: #EDEAD2; }
a { background-color: rgb(237,234,210); }
div.DivClassName
{
background-color: #EDEAD2;
}
.BgClassName
{
background-color: #EDEAD2;
}
</style>
border-color css
<style>
span { border-color: #EDEAD2; }
span { border-color: rgb(237,234,210); }
td.TdClassName
{
border-color: #EDEAD2;
}
.TagClassName
{
border-color: #EDEAD2;
}
</style>