Shades of Carrot Orange #E18A23
Tints of Carrot Orange #E18A23
RGB
CMYK
RGB Variations
Color information
#E18A23 (or 0xE18A23) is known color: Carrot Orange. HEX triplet: E1, 8A and 23. RGB value is (225,138,35). Sum of RGB (Red+Green+Blue) = 225+138+35=398 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.53% from 398); Green value is 138 (54.30% from 255 or 34.67% from 398); Blue value is 35 (14.06% from 255 or 8.79% from 398); Max value from RGB is 225 - color contains mainly: red. Hex color #E18A23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18A23 is #1E75DC. Grayscale: #989898. Windows color (decimal): -1996253 or 2329313. OLE color: 2329313.
HSL color Cylindrical-coordinate representation of color #E18A23: hue angle of 32.53º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E18A23 is Cyan = 0, Magento = 0.39, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 138 | 35 | - |
| CMYK | 0 | 0.39 | 0.84 | 0.12 |
| HSL | 32.53º | 0.76% | 0.51% | - |
| HSV(B) | 32.53º | 0.84% | 0.88% | - |
| XYZ | 40.44 | 34.31 | 6.08 | - |
| YUV | 152.27 | 61.82 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 138 | 35 | 0 | 0.39 | 0.84 | 0.12 | 32.53 | 0.76 | 0.51 |
| Hex | E1 | 8A | 23 | 0 | 27 | 54 | C | 21 | 4C | 33 |
| Octal | 341 | 212 | 43 | 0 | 47 | 124 | 14 | 41 | 114 | 63 |
| Binary | 11100001 | 10001010 | 100011 | 0 | 100111 | 1010100 | 1100 | 100001 | 1001100 | 110011 |
Color Harmonies of #E18A23
Complementary color
Monochromatic Colors of #E18A23
Black with #E18A23
Text Example
Text Example
White with #E18A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18A23; }
p { color: rgb(225,138,35); }
H1.HeaderClassName
{
color: #E18A23;
}
.AnyTagClassName
{
color: #E18A23;
}
</style>
background-color css
<style>
a { background-color: #E18A23; }
a { background-color: rgb(225,138,35); }
div.DivClassName
{
background-color: #E18A23;
}
.BgClassName
{
background-color: #E18A23;
}
</style>
border-color css
<style>
span { border-color: #E18A23; }
span { border-color: rgb(225,138,35); }
td.TdClassName
{
border-color: #E18A23;
}
.TagClassName
{
border-color: #E18A23;
}
</style>