Shades of Carrot Orange #E38215
Tints of Carrot Orange #E38215
RGB
CMYK
RGB Variations
Color information
#E38215 (or 0xE38215) is known color: Carrot Orange. HEX triplet: E3, 82 and 15. RGB value is (227,130,21). Sum of RGB (Red+Green+Blue) = 227+130+21=378 (50% of max value = 765). Red value is 227 (89.06% from 255 or 60.05% from 378); Green value is 130 (51.17% from 255 or 34.39% from 378); Blue value is 21 (8.59% from 255 or 5.56% from 378); Max value from RGB is 227 - color contains mainly: red. Hex color #E38215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E38215 is #1C7DEA. Grayscale: #939393. Windows color (decimal): -1867243 or 1409763. OLE color: 1409763.
HSL color Cylindrical-coordinate representation of color #E38215: hue angle of 31.75º degrees, saturation: 0.83, 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 #E38215 is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 130 | 21 | - |
| CMYK | 0 | 0.43 | 0.91 | 0.11 |
| HSL | 31.75º | 0.83% | 0.49% | - |
| HSV(B) | 31.75º | 0.91% | 0.89% | - |
| XYZ | 39.8 | 32.35 | 4.86 | - |
| YUV | 146.58 | 57.14 | 185.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 130 | 21 | 0 | 0.43 | 0.91 | 0.11 | 31.75 | 0.83 | 0.49 |
| Hex | E3 | 82 | 15 | 0 | 2B | 5B | B | 20 | 53 | 31 |
| Octal | 343 | 202 | 25 | 0 | 53 | 133 | 13 | 40 | 123 | 61 |
| Binary | 11100011 | 10000010 | 10101 | 0 | 101011 | 1011011 | 1011 | 100000 | 1010011 | 110001 |
Color Harmonies of #E38215
Complementary color
Monochromatic Colors of #E38215
Black with #E38215
Text Example
Text Example
White with #E38215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38215; }
p { color: rgb(227,130,21); }
H1.HeaderClassName
{
color: #E38215;
}
.AnyTagClassName
{
color: #E38215;
}
</style>
background-color css
<style>
a { background-color: #E38215; }
a { background-color: rgb(227,130,21); }
div.DivClassName
{
background-color: #E38215;
}
.BgClassName
{
background-color: #E38215;
}
</style>
border-color css
<style>
span { border-color: #E38215; }
span { border-color: rgb(227,130,21); }
td.TdClassName
{
border-color: #E38215;
}
.TagClassName
{
border-color: #E38215;
}
</style>