Shades of Carrot Orange #E69520
Tints of Carrot Orange #E69520
RGB
CMYK
RGB Variations
Color information
#E69520 (or 0xE69520) is known color: Carrot Orange. HEX triplet: E6, 95 and 20. RGB value is (230,149,32). Sum of RGB (Red+Green+Blue) = 230+149+32=411 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.96% from 411); Green value is 149 (58.59% from 255 or 36.25% from 411); Blue value is 32 (12.89% from 255 or 7.79% from 411); Max value from RGB is 230 - color contains mainly: red. Hex color #E69520 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69520 is #196ADF. Grayscale: #A0A0A0. Windows color (decimal): -1665760 or 2135526. OLE color: 2135526.
HSL color Cylindrical-coordinate representation of color #E69520: hue angle of 35.45º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E69520 is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 149 | 32 | - |
| CMYK | 0 | 0.35 | 0.86 | 0.10 |
| HSL | 35.45º | 0.8% | 0.51% | - |
| HSV(B) | 35.45º | 0.86% | 0.9% | - |
| XYZ | 43.64 | 38.42 | 6.48 | - |
| YUV | 159.88 | 55.84 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 149 | 32 | 0 | 0.35 | 0.86 | 0.10 | 35.45 | 0.8 | 0.51 |
| Hex | E6 | 95 | 20 | 0 | 23 | 56 | A | 23 | 50 | 33 |
| Octal | 346 | 225 | 40 | 0 | 43 | 126 | 12 | 43 | 120 | 63 |
| Binary | 11100110 | 10010101 | 100000 | 0 | 100011 | 1010110 | 1010 | 100011 | 1010000 | 110011 |
Color Harmonies of #E69520
Complementary color
Monochromatic Colors of #E69520
Black with #E69520
Text Example
Text Example
White with #E69520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69520; }
p { color: rgb(230,149,32); }
H1.HeaderClassName
{
color: #E69520;
}
.AnyTagClassName
{
color: #E69520;
}
</style>
background-color css
<style>
a { background-color: #E69520; }
a { background-color: rgb(230,149,32); }
div.DivClassName
{
background-color: #E69520;
}
.BgClassName
{
background-color: #E69520;
}
</style>
border-color css
<style>
span { border-color: #E69520; }
span { border-color: rgb(230,149,32); }
td.TdClassName
{
border-color: #E69520;
}
.TagClassName
{
border-color: #E69520;
}
</style>