Shades of Atomic Tangerine #ED9568
Tints of Atomic Tangerine #ED9568
RGB
CMYK
RGB Variations
Color information
#ED9568 (or 0xED9568) is known color: Atomic Tangerine. HEX triplet: ED, 95 and 68. RGB value is (237,149,104). Sum of RGB (Red+Green+Blue) = 237+149+104=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 149 (58.59% from 255 or 30.41% from 490); Blue value is 104 (41.02% from 255 or 21.22% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9568 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9568 is #126A97. Grayscale: #AAAAAA. Windows color (decimal): -1206936 or 6854125. OLE color: 6854125.
HSL color Cylindrical-coordinate representation of color #ED9568: hue angle of 20.3º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ED9568 is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 149 | 104 | - |
| CMYK | 0 | 0.37 | 0.56 | 0.07 |
| HSL | 20.3º | 0.79% | 0.67% | - |
| HSV(B) | 20.3º | 0.56% | 0.93% | - |
| XYZ | 48.17 | 40.5 | 18.37 | - |
| YUV | 170.18 | 90.65 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 149 | 104 | 0 | 0.37 | 0.56 | 0.07 | 20.3 | 0.79 | 0.67 |
| Hex | ED | 95 | 68 | 0 | 25 | 38 | 7 | 14 | 4F | 43 |
| Octal | 355 | 225 | 150 | 0 | 45 | 70 | 7 | 24 | 117 | 103 |
| Binary | 11101101 | 10010101 | 1101000 | 0 | 100101 | 111000 | 111 | 10100 | 1001111 | 1000011 |
Color Harmonies of #ED9568
Complementary color
Monochromatic Colors of #ED9568
Black with #ED9568
Text Example
Text Example
White with #ED9568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9568; }
p { color: rgb(237,149,104); }
H1.HeaderClassName
{
color: #ED9568;
}
.AnyTagClassName
{
color: #ED9568;
}
</style>
background-color css
<style>
a { background-color: #ED9568; }
a { background-color: rgb(237,149,104); }
div.DivClassName
{
background-color: #ED9568;
}
.BgClassName
{
background-color: #ED9568;
}
</style>
border-color css
<style>
span { border-color: #ED9568; }
span { border-color: rgb(237,149,104); }
td.TdClassName
{
border-color: #ED9568;
}
.TagClassName
{
border-color: #ED9568;
}
</style>