Shades of Atomic Tangerine #ED9362
Tints of Atomic Tangerine #ED9362
RGB
CMYK
RGB Variations
Color information
#ED9362 (or 0xED9362) is known color: Atomic Tangerine. HEX triplet: ED, 93 and 62. RGB value is (237,147,98). Sum of RGB (Red+Green+Blue) = 237+147+98=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 147 (57.81% from 255 or 30.50% from 482); Blue value is 98 (38.67% from 255 or 20.33% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9362 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9362 is #126C9D. Grayscale: #A8A8A8. Windows color (decimal): -1207454 or 6460397. OLE color: 6460397.
HSL color Cylindrical-coordinate representation of color #ED9362: hue angle of 21.15º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED9362 is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 147 | 98 | - |
| CMYK | 0 | 0.38 | 0.59 | 0.07 |
| HSL | 21.15º | 0.79% | 0.66% | - |
| HSV(B) | 21.15º | 0.59% | 0.93% | - |
| XYZ | 47.56 | 39.75 | 16.72 | - |
| YUV | 168.32 | 88.32 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 147 | 98 | 0 | 0.38 | 0.59 | 0.07 | 21.15 | 0.79 | 0.66 |
| Hex | ED | 93 | 62 | 0 | 26 | 3B | 7 | 15 | 4F | 42 |
| Octal | 355 | 223 | 142 | 0 | 46 | 73 | 7 | 25 | 117 | 102 |
| Binary | 11101101 | 10010011 | 1100010 | 0 | 100110 | 111011 | 111 | 10101 | 1001111 | 1000010 |
Color Harmonies of #ED9362
Complementary color
Monochromatic Colors of #ED9362
Black with #ED9362
Text Example
Text Example
White with #ED9362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9362; }
p { color: rgb(237,147,98); }
H1.HeaderClassName
{
color: #ED9362;
}
.AnyTagClassName
{
color: #ED9362;
}
</style>
background-color css
<style>
a { background-color: #ED9362; }
a { background-color: rgb(237,147,98); }
div.DivClassName
{
background-color: #ED9362;
}
.BgClassName
{
background-color: #ED9362;
}
</style>
border-color css
<style>
span { border-color: #ED9362; }
span { border-color: rgb(237,147,98); }
td.TdClassName
{
border-color: #ED9362;
}
.TagClassName
{
border-color: #ED9362;
}
</style>