Shades of Carrot Orange #E28A14
Tints of Carrot Orange #E28A14
RGB
CMYK
RGB Variations
Color information
#E28A14 (or 0xE28A14) is known color: Carrot Orange. HEX triplet: E2, 8A and 14. RGB value is (226,138,20). Sum of RGB (Red+Green+Blue) = 226+138+20=384 (50% of max value = 765). Red value is 226 (88.67% from 255 or 58.85% from 384); Green value is 138 (54.30% from 255 or 35.94% from 384); Blue value is 20 (8.20% from 255 or 5.21% from 384); Max value from RGB is 226 - color contains mainly: red. Hex color #E28A14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E28A14 is #1D75EB. Grayscale: #979797. Windows color (decimal): -1930732 or 1346274. OLE color: 1346274.
HSL color Cylindrical-coordinate representation of color #E28A14: hue angle of 34.37º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E28A14 is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 138 | 20 | - |
| CMYK | 0 | 0.39 | 0.91 | 0.11 |
| HSL | 34.37º | 0.84% | 0.48% | - |
| HSV(B) | 34.37º | 0.91% | 0.89% | - |
| XYZ | 40.58 | 34.4 | 5.16 | - |
| YUV | 150.86 | 54.15 | 181.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 138 | 20 | 0 | 0.39 | 0.91 | 0.11 | 34.37 | 0.84 | 0.48 |
| Hex | E2 | 8A | 14 | 0 | 27 | 5B | B | 22 | 54 | 30 |
| Octal | 342 | 212 | 24 | 0 | 47 | 133 | 13 | 42 | 124 | 60 |
| Binary | 11100010 | 10001010 | 10100 | 0 | 100111 | 1011011 | 1011 | 100010 | 1010100 | 110000 |
Color Harmonies of #E28A14
Complementary color
Monochromatic Colors of #E28A14
Black with #E28A14
Text Example
Text Example
White with #E28A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28A14; }
p { color: rgb(226,138,20); }
H1.HeaderClassName
{
color: #E28A14;
}
.AnyTagClassName
{
color: #E28A14;
}
</style>
background-color css
<style>
a { background-color: #E28A14; }
a { background-color: rgb(226,138,20); }
div.DivClassName
{
background-color: #E28A14;
}
.BgClassName
{
background-color: #E28A14;
}
</style>
border-color css
<style>
span { border-color: #E28A14; }
span { border-color: rgb(226,138,20); }
td.TdClassName
{
border-color: #E28A14;
}
.TagClassName
{
border-color: #E28A14;
}
</style>