Shades of Carrot Orange #E68F1C
Tints of Carrot Orange #E68F1C
RGB
CMYK
RGB Variations
Color information
#E68F1C (or 0xE68F1C) is known color: Carrot Orange. HEX triplet: E6, 8F and 1C. RGB value is (230,143,28). Sum of RGB (Red+Green+Blue) = 230+143+28=401 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.36% from 401); Green value is 143 (56.25% from 255 or 35.66% from 401); Blue value is 28 (11.33% from 255 or 6.98% from 401); Max value from RGB is 230 - color contains mainly: red. Hex color #E68F1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68F1C is #1970E3. Grayscale: #9C9C9C. Windows color (decimal): -1667300 or 1871846. OLE color: 1871846.
HSL color Cylindrical-coordinate representation of color #E68F1C: hue angle of 34.16º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E68F1C is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 143 | 28 | - |
| CMYK | 0 | 0.38 | 0.88 | 0.10 |
| HSL | 34.16º | 0.8% | 0.51% | - |
| HSV(B) | 34.16º | 0.88% | 0.9% | - |
| XYZ | 42.67 | 36.55 | 5.91 | - |
| YUV | 155.9 | 55.82 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 143 | 28 | 0 | 0.38 | 0.88 | 0.10 | 34.16 | 0.8 | 0.51 |
| Hex | E6 | 8F | 1C | 0 | 26 | 58 | A | 22 | 50 | 33 |
| Octal | 346 | 217 | 34 | 0 | 46 | 130 | 12 | 42 | 120 | 63 |
| Binary | 11100110 | 10001111 | 11100 | 0 | 100110 | 1011000 | 1010 | 100010 | 1010000 | 110011 |
Color Harmonies of #E68F1C
Complementary color
Monochromatic Colors of #E68F1C
Black with #E68F1C
Text Example
Text Example
White with #E68F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68F1C; }
p { color: rgb(230,143,28); }
H1.HeaderClassName
{
color: #E68F1C;
}
.AnyTagClassName
{
color: #E68F1C;
}
</style>
background-color css
<style>
a { background-color: #E68F1C; }
a { background-color: rgb(230,143,28); }
div.DivClassName
{
background-color: #E68F1C;
}
.BgClassName
{
background-color: #E68F1C;
}
</style>
border-color css
<style>
span { border-color: #E68F1C; }
span { border-color: rgb(230,143,28); }
td.TdClassName
{
border-color: #E68F1C;
}
.TagClassName
{
border-color: #E68F1C;
}
</style>