Shades of Carrot Orange #E68D1B
Tints of Carrot Orange #E68D1B
RGB
CMYK
RGB Variations
Color information
#E68D1B (or 0xE68D1B) is known color: Carrot Orange. HEX triplet: E6, 8D and 1B. RGB value is (230,141,27). Sum of RGB (Red+Green+Blue) = 230+141+27=398 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.79% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 27 (10.94% from 255 or 6.78% from 398); Max value from RGB is 230 - color contains mainly: red. Hex color #E68D1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68D1B is #1972E4. Grayscale: #9B9B9B. Windows color (decimal): -1667813 or 1805798. OLE color: 1805798.
HSL color Cylindrical-coordinate representation of color #E68D1B: hue angle of 33.69º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E68D1B is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 141 | 27 | - |
| CMYK | 0 | 0.39 | 0.88 | 0.10 |
| HSL | 33.69º | 0.8% | 0.5% | - |
| HSV(B) | 33.69º | 0.88% | 0.9% | - |
| XYZ | 42.36 | 35.95 | 5.74 | - |
| YUV | 154.62 | 55.99 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 141 | 27 | 0 | 0.39 | 0.88 | 0.10 | 33.69 | 0.8 | 0.5 |
| Hex | E6 | 8D | 1B | 0 | 27 | 58 | A | 22 | 50 | 32 |
| Octal | 346 | 215 | 33 | 0 | 47 | 130 | 12 | 42 | 120 | 62 |
| Binary | 11100110 | 10001101 | 11011 | 0 | 100111 | 1011000 | 1010 | 100010 | 1010000 | 110010 |
Color Harmonies of #E68D1B
Complementary color
Monochromatic Colors of #E68D1B
Black with #E68D1B
Text Example
Text Example
White with #E68D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68D1B; }
p { color: rgb(230,141,27); }
H1.HeaderClassName
{
color: #E68D1B;
}
.AnyTagClassName
{
color: #E68D1B;
}
</style>
background-color css
<style>
a { background-color: #E68D1B; }
a { background-color: rgb(230,141,27); }
div.DivClassName
{
background-color: #E68D1B;
}
.BgClassName
{
background-color: #E68D1B;
}
</style>
border-color css
<style>
span { border-color: #E68D1B; }
span { border-color: rgb(230,141,27); }
td.TdClassName
{
border-color: #E68D1B;
}
.TagClassName
{
border-color: #E68D1B;
}
</style>