Shades of Carrot Orange #E69016
Tints of Carrot Orange #E69016
RGB
CMYK
RGB Variations
Color information
#E69016 (or 0xE69016) is known color: Carrot Orange. HEX triplet: E6, 90 and 16. RGB value is (230,144,22). Sum of RGB (Red+Green+Blue) = 230+144+22=396 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.08% from 396); Green value is 144 (56.64% from 255 or 36.36% from 396); Blue value is 22 (8.98% from 255 or 5.56% from 396); Max value from RGB is 230 - color contains mainly: red. Hex color #E69016 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E69016 is #196FE9. Grayscale: #9C9C9C. Windows color (decimal): -1667050 or 1478886. OLE color: 1478886.
HSL color Cylindrical-coordinate representation of color #E69016: hue angle of 35.19º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E69016 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 144 | 22 | - |
| CMYK | 0 | 0.37 | 0.90 | 0.10 |
| HSL | 35.19º | 0.83% | 0.49% | - |
| HSV(B) | 35.19º | 0.9% | 0.9% | - |
| XYZ | 42.75 | 36.83 | 5.61 | - |
| YUV | 155.81 | 52.49 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 144 | 22 | 0 | 0.37 | 0.90 | 0.10 | 35.19 | 0.83 | 0.49 |
| Hex | E6 | 90 | 16 | 0 | 25 | 5A | A | 23 | 53 | 31 |
| Octal | 346 | 220 | 26 | 0 | 45 | 132 | 12 | 43 | 123 | 61 |
| Binary | 11100110 | 10010000 | 10110 | 0 | 100101 | 1011010 | 1010 | 100011 | 1010011 | 110001 |
Color Harmonies of #E69016
Complementary color
Monochromatic Colors of #E69016
Black with #E69016
Text Example
Text Example
White with #E69016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69016; }
p { color: rgb(230,144,22); }
H1.HeaderClassName
{
color: #E69016;
}
.AnyTagClassName
{
color: #E69016;
}
</style>
background-color css
<style>
a { background-color: #E69016; }
a { background-color: rgb(230,144,22); }
div.DivClassName
{
background-color: #E69016;
}
.BgClassName
{
background-color: #E69016;
}
</style>
border-color css
<style>
span { border-color: #E69016; }
span { border-color: rgb(230,144,22); }
td.TdClassName
{
border-color: #E69016;
}
.TagClassName
{
border-color: #E69016;
}
</style>