Shades of Atomic Tangerine #ED9165
Tints of Atomic Tangerine #ED9165
RGB
CMYK
RGB Variations
Color information
#ED9165 (or 0xED9165) is known color: Atomic Tangerine. HEX triplet: ED, 91 and 65. RGB value is (237,145,101). Sum of RGB (Red+Green+Blue) = 237+145+101=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 145 (57.03% from 255 or 30.02% from 483); Blue value is 101 (39.84% from 255 or 20.91% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9165 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9165 is #126E9A. Grayscale: #A7A7A7. Windows color (decimal): -1207963 or 6656493. OLE color: 6656493.
HSL color Cylindrical-coordinate representation of color #ED9165: hue angle of 19.41º 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 #ED9165 is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 145 | 101 | - |
| CMYK | 0 | 0.39 | 0.57 | 0.07 |
| HSL | 19.41º | 0.79% | 0.66% | - |
| HSV(B) | 19.41º | 0.57% | 0.93% | - |
| XYZ | 47.4 | 39.19 | 17.38 | - |
| YUV | 167.49 | 90.48 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 145 | 101 | 0 | 0.39 | 0.57 | 0.07 | 19.41 | 0.79 | 0.66 |
| Hex | ED | 91 | 65 | 0 | 27 | 39 | 7 | 13 | 4F | 42 |
| Octal | 355 | 221 | 145 | 0 | 47 | 71 | 7 | 23 | 117 | 102 |
| Binary | 11101101 | 10010001 | 1100101 | 0 | 100111 | 111001 | 111 | 10011 | 1001111 | 1000010 |
Color Harmonies of #ED9165
Complementary color
Monochromatic Colors of #ED9165
Black with #ED9165
Text Example
Text Example
White with #ED9165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9165; }
p { color: rgb(237,145,101); }
H1.HeaderClassName
{
color: #ED9165;
}
.AnyTagClassName
{
color: #ED9165;
}
</style>
background-color css
<style>
a { background-color: #ED9165; }
a { background-color: rgb(237,145,101); }
div.DivClassName
{
background-color: #ED9165;
}
.BgClassName
{
background-color: #ED9165;
}
</style>
border-color css
<style>
span { border-color: #ED9165; }
span { border-color: rgb(237,145,101); }
td.TdClassName
{
border-color: #ED9165;
}
.TagClassName
{
border-color: #ED9165;
}
</style>