Shades of Carrot Orange #E69519
Tints of Carrot Orange #E69519
RGB
CMYK
RGB Variations
Color information
#E69519 (or 0xE69519) is known color: Carrot Orange. HEX triplet: E6, 95 and 19. RGB value is (230,149,25). Sum of RGB (Red+Green+Blue) = 230+149+25=404 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.93% from 404); Green value is 149 (58.59% from 255 or 36.88% from 404); Blue value is 25 (10.16% from 255 or 6.19% from 404); Max value from RGB is 230 - color contains mainly: red. Hex color #E69519 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E69519 is #196AE6. Grayscale: #9F9F9F. Windows color (decimal): -1665767 or 1676774. OLE color: 1676774.
HSL color Cylindrical-coordinate representation of color #E69519: hue angle of 36.29º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E69519 is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 149 | 25 | - |
| CMYK | 0 | 0.35 | 0.89 | 0.10 |
| HSL | 36.29º | 0.8% | 0.5% | - |
| HSV(B) | 36.29º | 0.89% | 0.9% | - |
| XYZ | 43.56 | 38.39 | 6.03 | - |
| YUV | 159.08 | 52.34 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 149 | 25 | 0 | 0.35 | 0.89 | 0.10 | 36.29 | 0.8 | 0.5 |
| Hex | E6 | 95 | 19 | 0 | 23 | 59 | A | 24 | 50 | 32 |
| Octal | 346 | 225 | 31 | 0 | 43 | 131 | 12 | 44 | 120 | 62 |
| Binary | 11100110 | 10010101 | 11001 | 0 | 100011 | 1011001 | 1010 | 100100 | 1010000 | 110010 |
Color Harmonies of #E69519
Complementary color
Monochromatic Colors of #E69519
Black with #E69519
Text Example
Text Example
White with #E69519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69519; }
p { color: rgb(230,149,25); }
H1.HeaderClassName
{
color: #E69519;
}
.AnyTagClassName
{
color: #E69519;
}
</style>
background-color css
<style>
a { background-color: #E69519; }
a { background-color: rgb(230,149,25); }
div.DivClassName
{
background-color: #E69519;
}
.BgClassName
{
background-color: #E69519;
}
</style>
border-color css
<style>
span { border-color: #E69519; }
span { border-color: rgb(230,149,25); }
td.TdClassName
{
border-color: #E69519;
}
.TagClassName
{
border-color: #E69519;
}
</style>