Shades of Carrot Orange #E48528
Tints of Carrot Orange #E48528
RGB
CMYK
RGB Variations
Color information
#E48528 (or 0xE48528) is known color: Carrot Orange. HEX triplet: E4, 85 and 28. RGB value is (228,133,40). Sum of RGB (Red+Green+Blue) = 228+133+40=401 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.86% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 40 (16.02% from 255 or 9.98% from 401); Max value from RGB is 228 - color contains mainly: red. Hex color #E48528 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E48528 is #1B7AD7. Grayscale: #979797. Windows color (decimal): -1800920 or 2655716. OLE color: 2655716.
HSL color Cylindrical-coordinate representation of color #E48528: hue angle of 29.68º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E48528 is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 133 | 40 | - |
| CMYK | 0 | 0.42 | 0.82 | 0.11 |
| HSL | 29.68º | 0.78% | 0.53% | - |
| HSV(B) | 29.68º | 0.82% | 0.89% | - |
| XYZ | 40.77 | 33.42 | 6.31 | - |
| YUV | 150.8 | 65.47 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 133 | 40 | 0 | 0.42 | 0.82 | 0.11 | 29.68 | 0.78 | 0.53 |
| Hex | E4 | 85 | 28 | 0 | 2A | 52 | B | 1E | 4E | 35 |
| Octal | 344 | 205 | 50 | 0 | 52 | 122 | 13 | 36 | 116 | 65 |
| Binary | 11100100 | 10000101 | 101000 | 0 | 101010 | 1010010 | 1011 | 11110 | 1001110 | 110101 |
Color Harmonies of #E48528
Complementary color
Monochromatic Colors of #E48528
Black with #E48528
Text Example
Text Example
White with #E48528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48528; }
p { color: rgb(228,133,40); }
H1.HeaderClassName
{
color: #E48528;
}
.AnyTagClassName
{
color: #E48528;
}
</style>
background-color css
<style>
a { background-color: #E48528; }
a { background-color: rgb(228,133,40); }
div.DivClassName
{
background-color: #E48528;
}
.BgClassName
{
background-color: #E48528;
}
</style>
border-color css
<style>
span { border-color: #E48528; }
span { border-color: rgb(228,133,40); }
td.TdClassName
{
border-color: #E48528;
}
.TagClassName
{
border-color: #E48528;
}
</style>