Shades of Carrot Orange #E5931D
Tints of Carrot Orange #E5931D
RGB
CMYK
RGB Variations
Color information
#E5931D (or 0xE5931D) is known color: Carrot Orange. HEX triplet: E5, 93 and 1D. RGB value is (229,147,29). Sum of RGB (Red+Green+Blue) = 229+147+29=405 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.54% from 405); Green value is 147 (57.81% from 255 or 36.30% from 405); Blue value is 29 (11.72% from 255 or 7.16% from 405); Max value from RGB is 229 - color contains mainly: red. Hex color #E5931D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5931D is #1A6CE2. Grayscale: #9E9E9E. Windows color (decimal): -1731811 or 1938405. OLE color: 1938405.
HSL color Cylindrical-coordinate representation of color #E5931D: hue angle of 35.4º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E5931D is Cyan = 0, Magento = 0.36, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 147 | 29 | - |
| CMYK | 0 | 0.36 | 0.87 | 0.10 |
| HSL | 35.4º | 0.79% | 0.51% | - |
| HSV(B) | 35.4º | 0.87% | 0.9% | - |
| XYZ | 42.97 | 37.61 | 6.16 | - |
| YUV | 158.07 | 55.17 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 147 | 29 | 0 | 0.36 | 0.87 | 0.10 | 35.4 | 0.79 | 0.51 |
| Hex | E5 | 93 | 1D | 0 | 24 | 57 | A | 23 | 4F | 33 |
| Octal | 345 | 223 | 35 | 0 | 44 | 127 | 12 | 43 | 117 | 63 |
| Binary | 11100101 | 10010011 | 11101 | 0 | 100100 | 1010111 | 1010 | 100011 | 1001111 | 110011 |
Color Harmonies of #E5931D
Complementary color
Monochromatic Colors of #E5931D
Black with #E5931D
Text Example
Text Example
White with #E5931D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5931D; }
p { color: rgb(229,147,29); }
H1.HeaderClassName
{
color: #E5931D;
}
.AnyTagClassName
{
color: #E5931D;
}
</style>
background-color css
<style>
a { background-color: #E5931D; }
a { background-color: rgb(229,147,29); }
div.DivClassName
{
background-color: #E5931D;
}
.BgClassName
{
background-color: #E5931D;
}
</style>
border-color css
<style>
span { border-color: #E5931D; }
span { border-color: rgb(229,147,29); }
td.TdClassName
{
border-color: #E5931D;
}
.TagClassName
{
border-color: #E5931D;
}
</style>