Shades of Carrot Orange #E69127
Tints of Carrot Orange #E69127
RGB
CMYK
RGB Variations
Color information
#E69127 (or 0xE69127) is known color: Carrot Orange. HEX triplet: E6, 91 and 27. RGB value is (230,145,39). Sum of RGB (Red+Green+Blue) = 230+145+39=414 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.56% from 414); Green value is 145 (57.03% from 255 or 35.02% from 414); Blue value is 39 (15.62% from 255 or 9.42% from 414); Max value from RGB is 230 - color contains mainly: red. Hex color #E69127 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69127 is #196ED8. Grayscale: #9E9E9E. Windows color (decimal): -1666777 or 2593254. OLE color: 2593254.
HSL color Cylindrical-coordinate representation of color #E69127: hue angle of 33.3º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E69127 is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 145 | 39 | - |
| CMYK | 0 | 0.37 | 0.83 | 0.10 |
| HSL | 33.3º | 0.79% | 0.53% | - |
| HSV(B) | 33.3º | 0.83% | 0.9% | - |
| XYZ | 43.12 | 37.22 | 6.83 | - |
| YUV | 158.33 | 60.66 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 145 | 39 | 0 | 0.37 | 0.83 | 0.10 | 33.3 | 0.79 | 0.53 |
| Hex | E6 | 91 | 27 | 0 | 25 | 53 | A | 21 | 4F | 35 |
| Octal | 346 | 221 | 47 | 0 | 45 | 123 | 12 | 41 | 117 | 65 |
| Binary | 11100110 | 10010001 | 100111 | 0 | 100101 | 1010011 | 1010 | 100001 | 1001111 | 110101 |
Color Harmonies of #E69127
Complementary color
Monochromatic Colors of #E69127
Black with #E69127
Text Example
Text Example
White with #E69127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69127; }
p { color: rgb(230,145,39); }
H1.HeaderClassName
{
color: #E69127;
}
.AnyTagClassName
{
color: #E69127;
}
</style>
background-color css
<style>
a { background-color: #E69127; }
a { background-color: rgb(230,145,39); }
div.DivClassName
{
background-color: #E69127;
}
.BgClassName
{
background-color: #E69127;
}
</style>
border-color css
<style>
span { border-color: #E69127; }
span { border-color: rgb(230,145,39); }
td.TdClassName
{
border-color: #E69127;
}
.TagClassName
{
border-color: #E69127;
}
</style>