Shades of Carrot Orange #E5951D
Tints of Carrot Orange #E5951D
RGB
CMYK
RGB Variations
Color information
#E5951D (or 0xE5951D) is known color: Carrot Orange. HEX triplet: E5, 95 and 1D. RGB value is (229,149,29). Sum of RGB (Red+Green+Blue) = 229+149+29=407 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.27% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 29 (11.72% from 255 or 7.13% from 407); Max value from RGB is 229 - color contains mainly: red. Hex color #E5951D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5951D is #1A6AE2. Grayscale: #9F9F9F. Windows color (decimal): -1731299 or 1938917. OLE color: 1938917.
HSL color Cylindrical-coordinate representation of color #E5951D: hue angle of 36º 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 #E5951D is Cyan = 0, Magento = 0.35, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 149 | 29 | - |
| CMYK | 0 | 0.35 | 0.87 | 0.10 |
| HSL | 36º | 0.79% | 0.51% | - |
| HSV(B) | 36º | 0.87% | 0.9% | - |
| XYZ | 43.28 | 38.24 | 6.26 | - |
| YUV | 159.24 | 54.5 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 149 | 29 | 0 | 0.35 | 0.87 | 0.10 | 36 | 0.79 | 0.51 |
| Hex | E5 | 95 | 1D | 0 | 23 | 57 | A | 24 | 4F | 33 |
| Octal | 345 | 225 | 35 | 0 | 43 | 127 | 12 | 44 | 117 | 63 |
| Binary | 11100101 | 10010101 | 11101 | 0 | 100011 | 1010111 | 1010 | 100100 | 1001111 | 110011 |
Color Harmonies of #E5951D
Complementary color
Monochromatic Colors of #E5951D
Black with #E5951D
Text Example
Text Example
White with #E5951D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5951D; }
p { color: rgb(229,149,29); }
H1.HeaderClassName
{
color: #E5951D;
}
.AnyTagClassName
{
color: #E5951D;
}
</style>
background-color css
<style>
a { background-color: #E5951D; }
a { background-color: rgb(229,149,29); }
div.DivClassName
{
background-color: #E5951D;
}
.BgClassName
{
background-color: #E5951D;
}
</style>
border-color css
<style>
span { border-color: #E5951D; }
span { border-color: rgb(229,149,29); }
td.TdClassName
{
border-color: #E5951D;
}
.TagClassName
{
border-color: #E5951D;
}
</style>