Shades of Carrot Orange #E38221
Tints of Carrot Orange #E38221
RGB
CMYK
RGB Variations
Color information
#E38221 (or 0xE38221) is known color: Carrot Orange. HEX triplet: E3, 82 and 21. RGB value is (227,130,33). Sum of RGB (Red+Green+Blue) = 227+130+33=390 (51% of max value = 765). Red value is 227 (89.06% from 255 or 58.21% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 33 (13.28% from 255 or 8.46% from 390); Max value from RGB is 227 - color contains mainly: red. Hex color #E38221 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E38221 is #1C7DDE. Grayscale: #949494. Windows color (decimal): -1867231 or 2196195. OLE color: 2196195.
HSL color Cylindrical-coordinate representation of color #E38221: hue angle of 30º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E38221 is Cyan = 0, Magento = 0.43, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 130 | 33 | - |
| CMYK | 0 | 0.43 | 0.85 | 0.11 |
| HSL | 30º | 0.78% | 0.51% | - |
| HSV(B) | 30º | 0.85% | 0.89% | - |
| XYZ | 39.94 | 32.41 | 5.59 | - |
| YUV | 147.95 | 63.14 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 130 | 33 | 0 | 0.43 | 0.85 | 0.11 | 30 | 0.78 | 0.51 |
| Hex | E3 | 82 | 21 | 0 | 2B | 55 | B | 1E | 4E | 33 |
| Octal | 343 | 202 | 41 | 0 | 53 | 125 | 13 | 36 | 116 | 63 |
| Binary | 11100011 | 10000010 | 100001 | 0 | 101011 | 1010101 | 1011 | 11110 | 1001110 | 110011 |
Color Harmonies of #E38221
Complementary color
Monochromatic Colors of #E38221
Black with #E38221
Text Example
Text Example
White with #E38221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38221; }
p { color: rgb(227,130,33); }
H1.HeaderClassName
{
color: #E38221;
}
.AnyTagClassName
{
color: #E38221;
}
</style>
background-color css
<style>
a { background-color: #E38221; }
a { background-color: rgb(227,130,33); }
div.DivClassName
{
background-color: #E38221;
}
.BgClassName
{
background-color: #E38221;
}
</style>
border-color css
<style>
span { border-color: #E38221; }
span { border-color: rgb(227,130,33); }
td.TdClassName
{
border-color: #E38221;
}
.TagClassName
{
border-color: #E38221;
}
</style>