Shades of Carrot Orange #E69221
Tints of Carrot Orange #E69221
RGB
CMYK
RGB Variations
Color information
#E69221 (or 0xE69221) is known color: Carrot Orange. HEX triplet: E6, 92 and 21. RGB value is (230,146,33). Sum of RGB (Red+Green+Blue) = 230+146+33=409 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.23% from 409); Green value is 146 (57.42% from 255 or 35.70% from 409); Blue value is 33 (13.28% from 255 or 8.07% from 409); Max value from RGB is 230 - color contains mainly: red. Hex color #E69221 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69221 is #196DDE. Grayscale: #9E9E9E. Windows color (decimal): -1666527 or 2200294. OLE color: 2200294.
HSL color Cylindrical-coordinate representation of color #E69221: hue angle of 34.42º 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 #E69221 is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 146 | 33 | - |
| CMYK | 0 | 0.37 | 0.86 | 0.10 |
| HSL | 34.42º | 0.8% | 0.52% | - |
| HSV(B) | 34.42º | 0.86% | 0.9% | - |
| XYZ | 43.19 | 37.49 | 6.4 | - |
| YUV | 158.23 | 57.33 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 146 | 33 | 0 | 0.37 | 0.86 | 0.10 | 34.42 | 0.8 | 0.52 |
| Hex | E6 | 92 | 21 | 0 | 25 | 56 | A | 22 | 50 | 34 |
| Octal | 346 | 222 | 41 | 0 | 45 | 126 | 12 | 42 | 120 | 64 |
| Binary | 11100110 | 10010010 | 100001 | 0 | 100101 | 1010110 | 1010 | 100010 | 1010000 | 110100 |
Color Harmonies of #E69221
Complementary color
Monochromatic Colors of #E69221
Black with #E69221
Text Example
Text Example
White with #E69221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69221; }
p { color: rgb(230,146,33); }
H1.HeaderClassName
{
color: #E69221;
}
.AnyTagClassName
{
color: #E69221;
}
</style>
background-color css
<style>
a { background-color: #E69221; }
a { background-color: rgb(230,146,33); }
div.DivClassName
{
background-color: #E69221;
}
.BgClassName
{
background-color: #E69221;
}
</style>
border-color css
<style>
span { border-color: #E69221; }
span { border-color: rgb(230,146,33); }
td.TdClassName
{
border-color: #E69221;
}
.TagClassName
{
border-color: #E69221;
}
</style>