Shades of Carrot Orange #E69028
Tints of Carrot Orange #E69028
RGB
CMYK
RGB Variations
Color information
#E69028 (or 0xE69028) is known color: Carrot Orange. HEX triplet: E6, 90 and 28. RGB value is (230,144,40). Sum of RGB (Red+Green+Blue) = 230+144+40=414 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.56% from 414); Green value is 144 (56.64% from 255 or 34.78% from 414); Blue value is 40 (16.02% from 255 or 9.66% from 414); Max value from RGB is 230 - color contains mainly: red. Hex color #E69028 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69028 is #196FD7. Grayscale: #9E9E9E. Windows color (decimal): -1667032 or 2658534. OLE color: 2658534.
HSL color Cylindrical-coordinate representation of color #E69028: hue angle of 32.84º 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 #E69028 is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 144 | 40 | - |
| CMYK | 0 | 0.37 | 0.83 | 0.10 |
| HSL | 32.84º | 0.79% | 0.53% | - |
| HSV(B) | 32.84º | 0.83% | 0.9% | - |
| XYZ | 42.99 | 36.92 | 6.87 | - |
| YUV | 157.86 | 61.49 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 144 | 40 | 0 | 0.37 | 0.83 | 0.10 | 32.84 | 0.79 | 0.53 |
| Hex | E6 | 90 | 28 | 0 | 25 | 53 | A | 21 | 4F | 35 |
| Octal | 346 | 220 | 50 | 0 | 45 | 123 | 12 | 41 | 117 | 65 |
| Binary | 11100110 | 10010000 | 101000 | 0 | 100101 | 1010011 | 1010 | 100001 | 1001111 | 110101 |
Color Harmonies of #E69028
Complementary color
Monochromatic Colors of #E69028
Black with #E69028
Text Example
Text Example
White with #E69028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69028; }
p { color: rgb(230,144,40); }
H1.HeaderClassName
{
color: #E69028;
}
.AnyTagClassName
{
color: #E69028;
}
</style>
background-color css
<style>
a { background-color: #E69028; }
a { background-color: rgb(230,144,40); }
div.DivClassName
{
background-color: #E69028;
}
.BgClassName
{
background-color: #E69028;
}
</style>
border-color css
<style>
span { border-color: #E69028; }
span { border-color: rgb(230,144,40); }
td.TdClassName
{
border-color: #E69028;
}
.TagClassName
{
border-color: #E69028;
}
</style>