Shades of Carrot Orange #E69019
Tints of Carrot Orange #E69019
RGB
CMYK
RGB Variations
Color information
#E69019 (or 0xE69019) is known color: Carrot Orange. HEX triplet: E6, 90 and 19. RGB value is (230,144,25). Sum of RGB (Red+Green+Blue) = 230+144+25=399 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.64% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 25 (10.16% from 255 or 6.27% from 399); Max value from RGB is 230 - color contains mainly: red. Hex color #E69019 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E69019 is #196FE6. Grayscale: #9C9C9C. Windows color (decimal): -1667047 or 1675494. OLE color: 1675494.
HSL color Cylindrical-coordinate representation of color #E69019: hue angle of 34.83º 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 #E69019 is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 144 | 25 | - |
| CMYK | 0 | 0.37 | 0.89 | 0.10 |
| HSL | 34.83º | 0.8% | 0.5% | - |
| HSV(B) | 34.83º | 0.89% | 0.9% | - |
| XYZ | 42.78 | 36.84 | 5.78 | - |
| YUV | 156.15 | 53.99 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 144 | 25 | 0 | 0.37 | 0.89 | 0.10 | 34.83 | 0.8 | 0.5 |
| Hex | E6 | 90 | 19 | 0 | 25 | 59 | A | 23 | 50 | 32 |
| Octal | 346 | 220 | 31 | 0 | 45 | 131 | 12 | 43 | 120 | 62 |
| Binary | 11100110 | 10010000 | 11001 | 0 | 100101 | 1011001 | 1010 | 100011 | 1010000 | 110010 |
Color Harmonies of #E69019
Complementary color
Monochromatic Colors of #E69019
Black with #E69019
Text Example
Text Example
White with #E69019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69019; }
p { color: rgb(230,144,25); }
H1.HeaderClassName
{
color: #E69019;
}
.AnyTagClassName
{
color: #E69019;
}
</style>
background-color css
<style>
a { background-color: #E69019; }
a { background-color: rgb(230,144,25); }
div.DivClassName
{
background-color: #E69019;
}
.BgClassName
{
background-color: #E69019;
}
</style>
border-color css
<style>
span { border-color: #E69019; }
span { border-color: rgb(230,144,25); }
td.TdClassName
{
border-color: #E69019;
}
.TagClassName
{
border-color: #E69019;
}
</style>