Shades of Carrot Orange #E5951C
Tints of Carrot Orange #E5951C
RGB
CMYK
RGB Variations
Color information
#E5951C (or 0xE5951C) is known color: Carrot Orange. HEX triplet: E5, 95 and 1C. RGB value is (229,149,28). Sum of RGB (Red+Green+Blue) = 229+149+28=406 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.40% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 28 (11.33% from 255 or 6.90% from 406); Max value from RGB is 229 - color contains mainly: red. Hex color #E5951C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5951C is #1A6AE3. Grayscale: #9F9F9F. Windows color (decimal): -1731300 or 1873381. OLE color: 1873381.
HSL color Cylindrical-coordinate representation of color #E5951C: hue angle of 36.12º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E5951C is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 149 | 28 | - |
| CMYK | 0 | 0.35 | 0.88 | 0.10 |
| HSL | 36.12º | 0.79% | 0.5% | - |
| HSV(B) | 36.12º | 0.88% | 0.9% | - |
| XYZ | 43.27 | 38.24 | 6.2 | - |
| YUV | 159.13 | 54 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 149 | 28 | 0 | 0.35 | 0.88 | 0.10 | 36.12 | 0.79 | 0.5 |
| Hex | E5 | 95 | 1C | 0 | 23 | 58 | A | 24 | 4F | 32 |
| Octal | 345 | 225 | 34 | 0 | 43 | 130 | 12 | 44 | 117 | 62 |
| Binary | 11100101 | 10010101 | 11100 | 0 | 100011 | 1011000 | 1010 | 100100 | 1001111 | 110010 |
Color Harmonies of #E5951C
Complementary color
Monochromatic Colors of #E5951C
Black with #E5951C
Text Example
Text Example
White with #E5951C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5951C; }
p { color: rgb(229,149,28); }
H1.HeaderClassName
{
color: #E5951C;
}
.AnyTagClassName
{
color: #E5951C;
}
</style>
background-color css
<style>
a { background-color: #E5951C; }
a { background-color: rgb(229,149,28); }
div.DivClassName
{
background-color: #E5951C;
}
.BgClassName
{
background-color: #E5951C;
}
</style>
border-color css
<style>
span { border-color: #E5951C; }
span { border-color: rgb(229,149,28); }
td.TdClassName
{
border-color: #E5951C;
}
.TagClassName
{
border-color: #E5951C;
}
</style>