Shades of Carrot Orange #E68123
Tints of Carrot Orange #E68123
RGB
CMYK
RGB Variations
Color information
#E68123 (or 0xE68123) is known color: Carrot Orange. HEX triplet: E6, 81 and 23. RGB value is (230,129,35). Sum of RGB (Red+Green+Blue) = 230+129+35=394 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.38% from 394); Green value is 129 (50.78% from 255 or 32.74% from 394); Blue value is 35 (14.06% from 255 or 8.88% from 394); Max value from RGB is 230 - color contains mainly: red. Hex color #E68123 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68123 is #197EDC. Grayscale: #949494. Windows color (decimal): -1670877 or 2327014. OLE color: 2327014.
HSL color Cylindrical-coordinate representation of color #E68123: hue angle of 28.92º 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 #E68123 is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 129 | 35 | - |
| CMYK | 0 | 0.44 | 0.85 | 0.10 |
| HSL | 28.92º | 0.8% | 0.52% | - |
| HSV(B) | 28.92º | 0.85% | 0.9% | - |
| XYZ | 40.79 | 32.64 | 5.74 | - |
| YUV | 148.48 | 63.96 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 129 | 35 | 0 | 0.44 | 0.85 | 0.10 | 28.92 | 0.8 | 0.52 |
| Hex | E6 | 81 | 23 | 0 | 2C | 55 | A | 1D | 50 | 34 |
| Octal | 346 | 201 | 43 | 0 | 54 | 125 | 12 | 35 | 120 | 64 |
| Binary | 11100110 | 10000001 | 100011 | 0 | 101100 | 1010101 | 1010 | 11101 | 1010000 | 110100 |
Color Harmonies of #E68123
Complementary color
Monochromatic Colors of #E68123
Black with #E68123
Text Example
Text Example
White with #E68123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68123; }
p { color: rgb(230,129,35); }
H1.HeaderClassName
{
color: #E68123;
}
.AnyTagClassName
{
color: #E68123;
}
</style>
background-color css
<style>
a { background-color: #E68123; }
a { background-color: rgb(230,129,35); }
div.DivClassName
{
background-color: #E68123;
}
.BgClassName
{
background-color: #E68123;
}
</style>
border-color css
<style>
span { border-color: #E68123; }
span { border-color: rgb(230,129,35); }
td.TdClassName
{
border-color: #E68123;
}
.TagClassName
{
border-color: #E68123;
}
</style>