Shades of Carrot Orange #E58A2A
Tints of Carrot Orange #E58A2A
RGB
CMYK
RGB Variations
Color information
#E58A2A (or 0xE58A2A) is known color: Carrot Orange. HEX triplet: E5, 8A and 2A. RGB value is (229,138,42). Sum of RGB (Red+Green+Blue) = 229+138+42=409 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.99% from 409); Green value is 138 (54.30% from 255 or 33.74% from 409); Blue value is 42 (16.80% from 255 or 10.27% from 409); Max value from RGB is 229 - color contains mainly: red. Hex color #E58A2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E58A2A is #1A75D5. Grayscale: #9A9A9A. Windows color (decimal): -1734102 or 2788069. OLE color: 2788069.
HSL color Cylindrical-coordinate representation of color #E58A2A: hue angle of 30.8º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E58A2A is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 138 | 42 | - |
| CMYK | 0 | 0.40 | 0.82 | 0.10 |
| HSL | 30.8º | 0.78% | 0.53% | - |
| HSV(B) | 30.8º | 0.82% | 0.9% | - |
| XYZ | 41.82 | 35 | 6.74 | - |
| YUV | 154.27 | 64.65 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 138 | 42 | 0 | 0.40 | 0.82 | 0.10 | 30.8 | 0.78 | 0.53 |
| Hex | E5 | 8A | 2A | 0 | 28 | 52 | A | 1F | 4E | 35 |
| Octal | 345 | 212 | 52 | 0 | 50 | 122 | 12 | 37 | 116 | 65 |
| Binary | 11100101 | 10001010 | 101010 | 0 | 101000 | 1010010 | 1010 | 11111 | 1001110 | 110101 |
Color Harmonies of #E58A2A
Complementary color
Monochromatic Colors of #E58A2A
Black with #E58A2A
Text Example
Text Example
White with #E58A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58A2A; }
p { color: rgb(229,138,42); }
H1.HeaderClassName
{
color: #E58A2A;
}
.AnyTagClassName
{
color: #E58A2A;
}
</style>
background-color css
<style>
a { background-color: #E58A2A; }
a { background-color: rgb(229,138,42); }
div.DivClassName
{
background-color: #E58A2A;
}
.BgClassName
{
background-color: #E58A2A;
}
</style>
border-color css
<style>
span { border-color: #E58A2A; }
span { border-color: rgb(229,138,42); }
td.TdClassName
{
border-color: #E58A2A;
}
.TagClassName
{
border-color: #E58A2A;
}
</style>