Shades of Carrot Orange #E5951E
Tints of Carrot Orange #E5951E
RGB
CMYK
RGB Variations
Color information
#E5951E (or 0xE5951E) is known color: Carrot Orange. HEX triplet: E5, 95 and 1E. RGB value is (229,149,30). Sum of RGB (Red+Green+Blue) = 229+149+30=408 (54% of max value = 765). Red value is 229 (89.84% from 255 or 56.13% from 408); Green value is 149 (58.59% from 255 or 36.52% from 408); Blue value is 30 (12.11% from 255 or 7.35% from 408); Max value from RGB is 229 - color contains mainly: red. Hex color #E5951E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5951E is #1A6AE1. Grayscale: #9F9F9F. Windows color (decimal): -1731298 or 2004453. OLE color: 2004453.
HSL color Cylindrical-coordinate representation of color #E5951E: hue angle of 35.88º 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 #E5951E is Cyan = 0, Magento = 0.35, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 149 | 30 | - |
| CMYK | 0 | 0.35 | 0.87 | 0.10 |
| HSL | 35.88º | 0.79% | 0.51% | - |
| HSV(B) | 35.88º | 0.87% | 0.9% | - |
| XYZ | 43.29 | 38.25 | 6.33 | - |
| YUV | 159.35 | 55 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 149 | 30 | 0 | 0.35 | 0.87 | 0.10 | 35.88 | 0.79 | 0.51 |
| Hex | E5 | 95 | 1E | 0 | 23 | 57 | A | 24 | 4F | 33 |
| Octal | 345 | 225 | 36 | 0 | 43 | 127 | 12 | 44 | 117 | 63 |
| Binary | 11100101 | 10010101 | 11110 | 0 | 100011 | 1010111 | 1010 | 100100 | 1001111 | 110011 |
Color Harmonies of #E5951E
Complementary color
Monochromatic Colors of #E5951E
Black with #E5951E
Text Example
Text Example
White with #E5951E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5951E; }
p { color: rgb(229,149,30); }
H1.HeaderClassName
{
color: #E5951E;
}
.AnyTagClassName
{
color: #E5951E;
}
</style>
background-color css
<style>
a { background-color: #E5951E; }
a { background-color: rgb(229,149,30); }
div.DivClassName
{
background-color: #E5951E;
}
.BgClassName
{
background-color: #E5951E;
}
</style>
border-color css
<style>
span { border-color: #E5951E; }
span { border-color: rgb(229,149,30); }
td.TdClassName
{
border-color: #E5951E;
}
.TagClassName
{
border-color: #E5951E;
}
</style>