Shades of Carrot Orange #E28A1F
Tints of Carrot Orange #E28A1F
RGB
CMYK
RGB Variations
Color information
#E28A1F (or 0xE28A1F) is known color: Carrot Orange. HEX triplet: E2, 8A and 1F. RGB value is (226,138,31). Sum of RGB (Red+Green+Blue) = 226+138+31=395 (52% of max value = 765). Red value is 226 (88.67% from 255 or 57.22% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 31 (12.5% from 255 or 7.85% from 395); Max value from RGB is 226 - color contains mainly: red. Hex color #E28A1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E28A1F is #1D75E0. Grayscale: #989898. Windows color (decimal): -1930721 or 2067170. OLE color: 2067170.
HSL color Cylindrical-coordinate representation of color #E28A1F: hue angle of 32.92º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E28A1F is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 138 | 31 | - |
| CMYK | 0 | 0.39 | 0.86 | 0.11 |
| HSL | 32.92º | 0.77% | 0.5% | - |
| HSV(B) | 32.92º | 0.86% | 0.89% | - |
| XYZ | 40.7 | 34.44 | 5.8 | - |
| YUV | 152.11 | 59.65 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 138 | 31 | 0 | 0.39 | 0.86 | 0.11 | 32.92 | 0.77 | 0.5 |
| Hex | E2 | 8A | 1F | 0 | 27 | 56 | B | 21 | 4D | 32 |
| Octal | 342 | 212 | 37 | 0 | 47 | 126 | 13 | 41 | 115 | 62 |
| Binary | 11100010 | 10001010 | 11111 | 0 | 100111 | 1010110 | 1011 | 100001 | 1001101 | 110010 |
Color Harmonies of #E28A1F
Complementary color
Monochromatic Colors of #E28A1F
Black with #E28A1F
Text Example
Text Example
White with #E28A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28A1F; }
p { color: rgb(226,138,31); }
H1.HeaderClassName
{
color: #E28A1F;
}
.AnyTagClassName
{
color: #E28A1F;
}
</style>
background-color css
<style>
a { background-color: #E28A1F; }
a { background-color: rgb(226,138,31); }
div.DivClassName
{
background-color: #E28A1F;
}
.BgClassName
{
background-color: #E28A1F;
}
</style>
border-color css
<style>
span { border-color: #E28A1F; }
span { border-color: rgb(226,138,31); }
td.TdClassName
{
border-color: #E28A1F;
}
.TagClassName
{
border-color: #E28A1F;
}
</style>