Shades of Carrot Orange #E99B1F
Tints of Carrot Orange #E99B1F
RGB
CMYK
RGB Variations
Color information
#E99B1F (or 0xE99B1F) is known color: Carrot Orange. HEX triplet: E9, 9B and 1F. RGB value is (233,155,31). Sum of RGB (Red+Green+Blue) = 233+155+31=419 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.61% from 419); Green value is 155 (60.94% from 255 or 36.99% from 419); Blue value is 31 (12.5% from 255 or 7.40% from 419); Max value from RGB is 233 - color contains mainly: red. Hex color #E99B1F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E99B1F is #1664E0. Grayscale: #A4A4A4. Windows color (decimal): -1467617 or 2071529. OLE color: 2071529.
HSL color Cylindrical-coordinate representation of color #E99B1F: hue angle of 36.83º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E99B1F is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 155 | 31 | - |
| CMYK | 0 | 0.33 | 0.87 | 0.09 |
| HSL | 36.83º | 0.82% | 0.52% | - |
| HSV(B) | 36.83º | 0.87% | 0.91% | - |
| XYZ | 45.57 | 40.87 | 6.78 | - |
| YUV | 164.19 | 52.84 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 155 | 31 | 0 | 0.33 | 0.87 | 0.09 | 36.83 | 0.82 | 0.52 |
| Hex | E9 | 9B | 1F | 0 | 21 | 57 | 9 | 25 | 52 | 34 |
| Octal | 351 | 233 | 37 | 0 | 41 | 127 | 11 | 45 | 122 | 64 |
| Binary | 11101001 | 10011011 | 11111 | 0 | 100001 | 1010111 | 1001 | 100101 | 1010010 | 110100 |
Color Harmonies of #E99B1F
Complementary color
Monochromatic Colors of #E99B1F
Black with #E99B1F
Text Example
Text Example
White with #E99B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99B1F; }
p { color: rgb(233,155,31); }
H1.HeaderClassName
{
color: #E99B1F;
}
.AnyTagClassName
{
color: #E99B1F;
}
</style>
background-color css
<style>
a { background-color: #E99B1F; }
a { background-color: rgb(233,155,31); }
div.DivClassName
{
background-color: #E99B1F;
}
.BgClassName
{
background-color: #E99B1F;
}
</style>
border-color css
<style>
span { border-color: #E99B1F; }
span { border-color: rgb(233,155,31); }
td.TdClassName
{
border-color: #E99B1F;
}
.TagClassName
{
border-color: #E99B1F;
}
</style>