Shades of Atomic Tangerine #ED9363
Tints of Atomic Tangerine #ED9363
RGB
CMYK
RGB Variations
Color information
#ED9363 (or 0xED9363) is known color: Atomic Tangerine. HEX triplet: ED, 93 and 63. RGB value is (237,147,99). Sum of RGB (Red+Green+Blue) = 237+147+99=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 147 (57.81% from 255 or 30.43% from 483); Blue value is 99 (39.06% from 255 or 20.50% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9363 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9363 is #126C9C. Grayscale: #A8A8A8. Windows color (decimal): -1207453 or 6525933. OLE color: 6525933.
HSL color Cylindrical-coordinate representation of color #ED9363: hue angle of 20.87º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ED9363 is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 147 | 99 | - |
| CMYK | 0 | 0.38 | 0.58 | 0.07 |
| HSL | 20.87º | 0.79% | 0.66% | - |
| HSV(B) | 20.87º | 0.58% | 0.93% | - |
| XYZ | 47.61 | 39.77 | 16.97 | - |
| YUV | 168.44 | 88.82 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 147 | 99 | 0 | 0.38 | 0.58 | 0.07 | 20.87 | 0.79 | 0.66 |
| Hex | ED | 93 | 63 | 0 | 26 | 3A | 7 | 15 | 4F | 42 |
| Octal | 355 | 223 | 143 | 0 | 46 | 72 | 7 | 25 | 117 | 102 |
| Binary | 11101101 | 10010011 | 1100011 | 0 | 100110 | 111010 | 111 | 10101 | 1001111 | 1000010 |
Color Harmonies of #ED9363
Complementary color
Monochromatic Colors of #ED9363
Black with #ED9363
Text Example
Text Example
White with #ED9363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9363; }
p { color: rgb(237,147,99); }
H1.HeaderClassName
{
color: #ED9363;
}
.AnyTagClassName
{
color: #ED9363;
}
</style>
background-color css
<style>
a { background-color: #ED9363; }
a { background-color: rgb(237,147,99); }
div.DivClassName
{
background-color: #ED9363;
}
.BgClassName
{
background-color: #ED9363;
}
</style>
border-color css
<style>
span { border-color: #ED9363; }
span { border-color: rgb(237,147,99); }
td.TdClassName
{
border-color: #ED9363;
}
.TagClassName
{
border-color: #ED9363;
}
</style>