Shades of Atomic Tangerine #ED9665
Tints of Atomic Tangerine #ED9665
RGB
CMYK
RGB Variations
Color information
#ED9665 (or 0xED9665) is known color: Atomic Tangerine. HEX triplet: ED, 96 and 65. RGB value is (237,150,101). Sum of RGB (Red+Green+Blue) = 237+150+101=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 150 (58.98% from 255 or 30.74% from 488); Blue value is 101 (39.84% from 255 or 20.70% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9665 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9665 is #12699A. Grayscale: #AAAAAA. Windows color (decimal): -1206683 or 6657773. OLE color: 6657773.
HSL color Cylindrical-coordinate representation of color #ED9665: hue angle of 21.62º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ED9665 is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 150 | 101 | - |
| CMYK | 0 | 0.37 | 0.57 | 0.07 |
| HSL | 21.62º | 0.79% | 0.66% | - |
| HSV(B) | 21.62º | 0.57% | 0.93% | - |
| XYZ | 48.18 | 40.76 | 17.64 | - |
| YUV | 170.43 | 88.82 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 150 | 101 | 0 | 0.37 | 0.57 | 0.07 | 21.62 | 0.79 | 0.66 |
| Hex | ED | 96 | 65 | 0 | 25 | 39 | 7 | 16 | 4F | 42 |
| Octal | 355 | 226 | 145 | 0 | 45 | 71 | 7 | 26 | 117 | 102 |
| Binary | 11101101 | 10010110 | 1100101 | 0 | 100101 | 111001 | 111 | 10110 | 1001111 | 1000010 |
Color Harmonies of #ED9665
Complementary color
Monochromatic Colors of #ED9665
Black with #ED9665
Text Example
Text Example
White with #ED9665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9665; }
p { color: rgb(237,150,101); }
H1.HeaderClassName
{
color: #ED9665;
}
.AnyTagClassName
{
color: #ED9665;
}
</style>
background-color css
<style>
a { background-color: #ED9665; }
a { background-color: rgb(237,150,101); }
div.DivClassName
{
background-color: #ED9665;
}
.BgClassName
{
background-color: #ED9665;
}
</style>
border-color css
<style>
span { border-color: #ED9665; }
span { border-color: rgb(237,150,101); }
td.TdClassName
{
border-color: #ED9665;
}
.TagClassName
{
border-color: #ED9665;
}
</style>