Shades of Carrot Orange #E69A1E
Tints of Carrot Orange #E69A1E
RGB
CMYK
RGB Variations
Color information
#E69A1E (or 0xE69A1E) is known color: Carrot Orange. HEX triplet: E6, 9A and 1E. RGB value is (230,154,30). Sum of RGB (Red+Green+Blue) = 230+154+30=414 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.56% from 414); Green value is 154 (60.55% from 255 or 37.20% from 414); Blue value is 30 (12.11% from 255 or 7.25% from 414); Max value from RGB is 230 - color contains mainly: red. Hex color #E69A1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69A1E is #1965E1. Grayscale: #A3A3A3. Windows color (decimal): -1664482 or 2005734. OLE color: 2005734.
HSL color Cylindrical-coordinate representation of color #E69A1E: hue angle of 37.2º degrees, saturation: 0.8, 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 #E69A1E is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 154 | 30 | - |
| CMYK | 0 | 0.33 | 0.87 | 0.10 |
| HSL | 37.2º | 0.8% | 0.51% | - |
| HSV(B) | 37.2º | 0.87% | 0.9% | - |
| XYZ | 44.42 | 40.03 | 6.61 | - |
| YUV | 162.59 | 53.18 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 154 | 30 | 0 | 0.33 | 0.87 | 0.10 | 37.2 | 0.8 | 0.51 |
| Hex | E6 | 9A | 1E | 0 | 21 | 57 | A | 25 | 50 | 33 |
| Octal | 346 | 232 | 36 | 0 | 41 | 127 | 12 | 45 | 120 | 63 |
| Binary | 11100110 | 10011010 | 11110 | 0 | 100001 | 1010111 | 1010 | 100101 | 1010000 | 110011 |
Color Harmonies of #E69A1E
Complementary color
Monochromatic Colors of #E69A1E
Black with #E69A1E
Text Example
Text Example
White with #E69A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69A1E; }
p { color: rgb(230,154,30); }
H1.HeaderClassName
{
color: #E69A1E;
}
.AnyTagClassName
{
color: #E69A1E;
}
</style>
background-color css
<style>
a { background-color: #E69A1E; }
a { background-color: rgb(230,154,30); }
div.DivClassName
{
background-color: #E69A1E;
}
.BgClassName
{
background-color: #E69A1E;
}
</style>
border-color css
<style>
span { border-color: #E69A1E; }
span { border-color: rgb(230,154,30); }
td.TdClassName
{
border-color: #E69A1E;
}
.TagClassName
{
border-color: #E69A1E;
}
</style>