Shades of Carrot Orange #E69121
Tints of Carrot Orange #E69121
RGB
CMYK
RGB Variations
Color information
#E69121 (or 0xE69121) is known color: Carrot Orange. HEX triplet: E6, 91 and 21. RGB value is (230,145,33). Sum of RGB (Red+Green+Blue) = 230+145+33=408 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.37% from 408); Green value is 145 (57.03% from 255 or 35.54% from 408); Blue value is 33 (13.28% from 255 or 8.09% from 408); Max value from RGB is 230 - color contains mainly: red. Hex color #E69121 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69121 is #196EDE. Grayscale: #9E9E9E. Windows color (decimal): -1666783 or 2200038. OLE color: 2200038.
HSL color Cylindrical-coordinate representation of color #E69121: hue angle of 34.11º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E69121 is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 145 | 33 | - |
| CMYK | 0 | 0.37 | 0.86 | 0.10 |
| HSL | 34.11º | 0.8% | 0.52% | - |
| HSV(B) | 34.11º | 0.86% | 0.9% | - |
| XYZ | 43.03 | 37.18 | 6.35 | - |
| YUV | 157.65 | 57.66 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 145 | 33 | 0 | 0.37 | 0.86 | 0.10 | 34.11 | 0.8 | 0.52 |
| Hex | E6 | 91 | 21 | 0 | 25 | 56 | A | 22 | 50 | 34 |
| Octal | 346 | 221 | 41 | 0 | 45 | 126 | 12 | 42 | 120 | 64 |
| Binary | 11100110 | 10010001 | 100001 | 0 | 100101 | 1010110 | 1010 | 100010 | 1010000 | 110100 |
Color Harmonies of #E69121
Complementary color
Monochromatic Colors of #E69121
Black with #E69121
Text Example
Text Example
White with #E69121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69121; }
p { color: rgb(230,145,33); }
H1.HeaderClassName
{
color: #E69121;
}
.AnyTagClassName
{
color: #E69121;
}
</style>
background-color css
<style>
a { background-color: #E69121; }
a { background-color: rgb(230,145,33); }
div.DivClassName
{
background-color: #E69121;
}
.BgClassName
{
background-color: #E69121;
}
</style>
border-color css
<style>
span { border-color: #E69121; }
span { border-color: rgb(230,145,33); }
td.TdClassName
{
border-color: #E69121;
}
.TagClassName
{
border-color: #E69121;
}
</style>