Shades of Tangerine #E69001
Tints of Tangerine #E69001
RGB
CMYK
RGB Variations
Color information
#E69001 (or 0xE69001) is known color: Tangerine. HEX triplet: E6, 90 and 01. RGB value is (230,144,1). Sum of RGB (Red+Green+Blue) = 230+144+1=375 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.33% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 1 (0.78% from 255 or 0.27% from 375); Max value from RGB is 230 - color contains mainly: red. Hex color #E69001 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E69001 is #196FFE. Grayscale: #9A9A9A. Windows color (decimal): -1667071 or 102630. OLE color: 102630.
HSL color Cylindrical-coordinate representation of color #E69001: hue angle of 37.47º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E69001 is Cyan = 0, Magento = 0.37, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 144 | 1 | - |
| CMYK | 0 | 0.37 | 1.00 | 0.10 |
| HSL | 37.47º | 0.99% | 0.45% | - |
| HSV(B) | 37.47º | 1% | 0.9% | - |
| XYZ | 42.61 | 36.77 | 4.88 | - |
| YUV | 153.41 | 41.99 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 144 | 1 | 0 | 0.37 | 1.00 | 0.10 | 37.47 | 0.99 | 0.45 |
| Hex | E6 | 90 | 1 | 0 | 25 | 64 | A | 25 | 63 | 2D |
| Octal | 346 | 220 | 1 | 0 | 45 | 144 | 12 | 45 | 143 | 55 |
| Binary | 11100110 | 10010000 | 1 | 0 | 100101 | 1100100 | 1010 | 100101 | 1100011 | 101101 |
Color Harmonies of #E69001
Complementary color
Monochromatic Colors of #E69001
Black with #E69001
Text Example
Text Example
White with #E69001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69001; }
p { color: rgb(230,144,1); }
H1.HeaderClassName
{
color: #E69001;
}
.AnyTagClassName
{
color: #E69001;
}
</style>
background-color css
<style>
a { background-color: #E69001; }
a { background-color: rgb(230,144,1); }
div.DivClassName
{
background-color: #E69001;
}
.BgClassName
{
background-color: #E69001;
}
</style>
border-color css
<style>
span { border-color: #E69001; }
span { border-color: rgb(230,144,1); }
td.TdClassName
{
border-color: #E69001;
}
.TagClassName
{
border-color: #E69001;
}
</style>