Shades of Carrot Orange #E69322
Tints of Carrot Orange #E69322
RGB
CMYK
RGB Variations
Color information
#E69322 (or 0xE69322) is known color: Carrot Orange. HEX triplet: E6, 93 and 22. RGB value is (230,147,34). Sum of RGB (Red+Green+Blue) = 230+147+34=411 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.96% from 411); Green value is 147 (57.81% from 255 or 35.77% from 411); Blue value is 34 (13.67% from 255 or 8.27% from 411); Max value from RGB is 230 - color contains mainly: red. Hex color #E69322 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69322 is #196CDD. Grayscale: #9F9F9F. Windows color (decimal): -1666270 or 2266086. OLE color: 2266086.
HSL color Cylindrical-coordinate representation of color #E69322: hue angle of 34.59º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E69322 is Cyan = 0, Magento = 0.36, Yellow = 0.85 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 147 | 34 | - |
| CMYK | 0 | 0.36 | 0.85 | 0.10 |
| HSL | 34.59º | 0.8% | 0.52% | - |
| HSV(B) | 34.59º | 0.85% | 0.9% | - |
| XYZ | 43.36 | 37.81 | 6.53 | - |
| YUV | 158.94 | 57.5 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 147 | 34 | 0 | 0.36 | 0.85 | 0.10 | 34.59 | 0.8 | 0.52 |
| Hex | E6 | 93 | 22 | 0 | 24 | 55 | A | 23 | 50 | 34 |
| Octal | 346 | 223 | 42 | 0 | 44 | 125 | 12 | 43 | 120 | 64 |
| Binary | 11100110 | 10010011 | 100010 | 0 | 100100 | 1010101 | 1010 | 100011 | 1010000 | 110100 |
Color Harmonies of #E69322
Complementary color
Monochromatic Colors of #E69322
Black with #E69322
Text Example
Text Example
White with #E69322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69322; }
p { color: rgb(230,147,34); }
H1.HeaderClassName
{
color: #E69322;
}
.AnyTagClassName
{
color: #E69322;
}
</style>
background-color css
<style>
a { background-color: #E69322; }
a { background-color: rgb(230,147,34); }
div.DivClassName
{
background-color: #E69322;
}
.BgClassName
{
background-color: #E69322;
}
</style>
border-color css
<style>
span { border-color: #E69322; }
span { border-color: rgb(230,147,34); }
td.TdClassName
{
border-color: #E69322;
}
.TagClassName
{
border-color: #E69322;
}
</style>