Shades of Carrot Orange #E38A16
Tints of Carrot Orange #E38A16
RGB
CMYK
RGB Variations
Color information
#E38A16 (or 0xE38A16) is known color: Carrot Orange. HEX triplet: E3, 8A and 16. RGB value is (227,138,22). Sum of RGB (Red+Green+Blue) = 227+138+22=387 (51% of max value = 765). Red value is 227 (89.06% from 255 or 58.66% from 387); Green value is 138 (54.30% from 255 or 35.66% from 387); Blue value is 22 (8.98% from 255 or 5.68% from 387); Max value from RGB is 227 - color contains mainly: red. Hex color #E38A16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E38A16 is #1C75E9. Grayscale: #979797. Windows color (decimal): -1865194 or 1477347. OLE color: 1477347.
HSL color Cylindrical-coordinate representation of color #E38A16: hue angle of 33.95º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E38A16 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 138 | 22 | - |
| CMYK | 0 | 0.39 | 0.90 | 0.11 |
| HSL | 33.95º | 0.82% | 0.49% | - |
| HSV(B) | 33.95º | 0.9% | 0.89% | - |
| XYZ | 40.91 | 34.57 | 5.27 | - |
| YUV | 151.39 | 54.99 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 138 | 22 | 0 | 0.39 | 0.90 | 0.11 | 33.95 | 0.82 | 0.49 |
| Hex | E3 | 8A | 16 | 0 | 27 | 5A | B | 22 | 52 | 31 |
| Octal | 343 | 212 | 26 | 0 | 47 | 132 | 13 | 42 | 122 | 61 |
| Binary | 11100011 | 10001010 | 10110 | 0 | 100111 | 1011010 | 1011 | 100010 | 1010010 | 110001 |
Color Harmonies of #E38A16
Complementary color
Monochromatic Colors of #E38A16
Black with #E38A16
Text Example
Text Example
White with #E38A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38A16; }
p { color: rgb(227,138,22); }
H1.HeaderClassName
{
color: #E38A16;
}
.AnyTagClassName
{
color: #E38A16;
}
</style>
background-color css
<style>
a { background-color: #E38A16; }
a { background-color: rgb(227,138,22); }
div.DivClassName
{
background-color: #E38A16;
}
.BgClassName
{
background-color: #E38A16;
}
</style>
border-color css
<style>
span { border-color: #E38A16; }
span { border-color: rgb(227,138,22); }
td.TdClassName
{
border-color: #E38A16;
}
.TagClassName
{
border-color: #E38A16;
}
</style>