Shades of Carrot Orange #E68A29
Tints of Carrot Orange #E68A29
RGB
CMYK
RGB Variations
Color information
#E68A29 (or 0xE68A29) is known color: Carrot Orange. HEX triplet: E6, 8A and 29. RGB value is (230,138,41). Sum of RGB (Red+Green+Blue) = 230+138+41=409 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.23% from 409); Green value is 138 (54.30% from 255 or 33.74% from 409); Blue value is 41 (16.41% from 255 or 10.02% from 409); Max value from RGB is 230 - color contains mainly: red. Hex color #E68A29 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68A29 is #1975D6. Grayscale: #9A9A9A. Windows color (decimal): -1668567 or 2722534. OLE color: 2722534.
HSL color Cylindrical-coordinate representation of color #E68A29: hue angle of 30.79º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E68A29 is Cyan = 0, Magento = 0.4, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 138 | 41 | - |
| CMYK | 0 | 0.4 | 0.82 | 0.10 |
| HSL | 30.79º | 0.79% | 0.53% | - |
| HSV(B) | 30.79º | 0.82% | 0.9% | - |
| XYZ | 42.12 | 35.16 | 6.66 | - |
| YUV | 154.45 | 63.98 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 138 | 41 | 0 | 0.4 | 0.82 | 0.10 | 30.79 | 0.79 | 0.53 |
| Hex | E6 | 8A | 29 | 0 | 28 | 52 | A | 1F | 4F | 35 |
| Octal | 346 | 212 | 51 | 0 | 50 | 122 | 12 | 37 | 117 | 65 |
| Binary | 11100110 | 10001010 | 101001 | 0 | 101000 | 1010010 | 1010 | 11111 | 1001111 | 110101 |
Color Harmonies of #E68A29
Complementary color
Monochromatic Colors of #E68A29
Black with #E68A29
Text Example
Text Example
White with #E68A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68A29; }
p { color: rgb(230,138,41); }
H1.HeaderClassName
{
color: #E68A29;
}
.AnyTagClassName
{
color: #E68A29;
}
</style>
background-color css
<style>
a { background-color: #E68A29; }
a { background-color: rgb(230,138,41); }
div.DivClassName
{
background-color: #E68A29;
}
.BgClassName
{
background-color: #E68A29;
}
</style>
border-color css
<style>
span { border-color: #E68A29; }
span { border-color: rgb(230,138,41); }
td.TdClassName
{
border-color: #E68A29;
}
.TagClassName
{
border-color: #E68A29;
}
</style>