Shades of Carrot Orange #E18A1F
Tints of Carrot Orange #E18A1F
RGB
CMYK
RGB Variations
Color information
#E18A1F (or 0xE18A1F) is known color: Carrot Orange. HEX triplet: E1, 8A and 1F. RGB value is (225,138,31). Sum of RGB (Red+Green+Blue) = 225+138+31=394 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.11% from 394); Green value is 138 (54.30% from 255 or 35.03% from 394); Blue value is 31 (12.5% from 255 or 7.87% from 394); Max value from RGB is 225 - color contains mainly: red. Hex color #E18A1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18A1F is #1E75E0. Grayscale: #989898. Windows color (decimal): -1996257 or 2067169. OLE color: 2067169.
HSL color Cylindrical-coordinate representation of color #E18A1F: hue angle of 33.09º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E18A1F is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 138 | 31 | - |
| CMYK | 0 | 0.39 | 0.86 | 0.12 |
| HSL | 33.09º | 0.76% | 0.5% | - |
| HSV(B) | 33.09º | 0.86% | 0.88% | - |
| XYZ | 40.39 | 34.28 | 5.79 | - |
| YUV | 151.82 | 59.82 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 138 | 31 | 0 | 0.39 | 0.86 | 0.12 | 33.09 | 0.76 | 0.5 |
| Hex | E1 | 8A | 1F | 0 | 27 | 56 | C | 21 | 4C | 32 |
| Octal | 341 | 212 | 37 | 0 | 47 | 126 | 14 | 41 | 114 | 62 |
| Binary | 11100001 | 10001010 | 11111 | 0 | 100111 | 1010110 | 1100 | 100001 | 1001100 | 110010 |
Color Harmonies of #E18A1F
Complementary color
Monochromatic Colors of #E18A1F
Black with #E18A1F
Text Example
Text Example
White with #E18A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18A1F; }
p { color: rgb(225,138,31); }
H1.HeaderClassName
{
color: #E18A1F;
}
.AnyTagClassName
{
color: #E18A1F;
}
</style>
background-color css
<style>
a { background-color: #E18A1F; }
a { background-color: rgb(225,138,31); }
div.DivClassName
{
background-color: #E18A1F;
}
.BgClassName
{
background-color: #E18A1F;
}
</style>
border-color css
<style>
span { border-color: #E18A1F; }
span { border-color: rgb(225,138,31); }
td.TdClassName
{
border-color: #E18A1F;
}
.TagClassName
{
border-color: #E18A1F;
}
</style>