Shades of Carrot Orange #E48B14
Tints of Carrot Orange #E48B14
RGB
CMYK
RGB Variations
Color information
#E48B14 (or 0xE48B14) is known color: Carrot Orange. HEX triplet: E4, 8B and 14. RGB value is (228,139,20). Sum of RGB (Red+Green+Blue) = 228+139+20=387 (51% of max value = 765). Red value is 228 (89.45% from 255 or 58.91% from 387); Green value is 139 (54.69% from 255 or 35.92% from 387); Blue value is 20 (8.20% from 255 or 5.17% from 387); Max value from RGB is 228 - color contains mainly: red. Hex color #E48B14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E48B14 is #1B74EB. Grayscale: #989898. Windows color (decimal): -1799404 or 1346532. OLE color: 1346532.
HSL color Cylindrical-coordinate representation of color #E48B14: hue angle of 34.33º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E48B14 is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 139 | 20 | - |
| CMYK | 0 | 0.39 | 0.91 | 0.11 |
| HSL | 34.33º | 0.84% | 0.49% | - |
| HSV(B) | 34.33º | 0.91% | 0.89% | - |
| XYZ | 41.35 | 35.01 | 5.24 | - |
| YUV | 152.05 | 53.49 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 139 | 20 | 0 | 0.39 | 0.91 | 0.11 | 34.33 | 0.84 | 0.49 |
| Hex | E4 | 8B | 14 | 0 | 27 | 5B | B | 22 | 54 | 31 |
| Octal | 344 | 213 | 24 | 0 | 47 | 133 | 13 | 42 | 124 | 61 |
| Binary | 11100100 | 10001011 | 10100 | 0 | 100111 | 1011011 | 1011 | 100010 | 1010100 | 110001 |
Color Harmonies of #E48B14
Complementary color
Monochromatic Colors of #E48B14
Black with #E48B14
Text Example
Text Example
White with #E48B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48B14; }
p { color: rgb(228,139,20); }
H1.HeaderClassName
{
color: #E48B14;
}
.AnyTagClassName
{
color: #E48B14;
}
</style>
background-color css
<style>
a { background-color: #E48B14; }
a { background-color: rgb(228,139,20); }
div.DivClassName
{
background-color: #E48B14;
}
.BgClassName
{
background-color: #E48B14;
}
</style>
border-color css
<style>
span { border-color: #E48B14; }
span { border-color: rgb(228,139,20); }
td.TdClassName
{
border-color: #E48B14;
}
.TagClassName
{
border-color: #E48B14;
}
</style>