Shades of Carrot Orange #E6921D
Tints of Carrot Orange #E6921D
RGB
CMYK
RGB Variations
Color information
#E6921D (or 0xE6921D) is known color: Carrot Orange. HEX triplet: E6, 92 and 1D. RGB value is (230,146,29). Sum of RGB (Red+Green+Blue) = 230+146+29=405 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.79% from 405); Green value is 146 (57.42% from 255 or 36.05% from 405); Blue value is 29 (11.72% from 255 or 7.16% from 405); Max value from RGB is 230 - color contains mainly: red. Hex color #E6921D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6921D is #196DE2. Grayscale: #9E9E9E. Windows color (decimal): -1666531 or 1938150. OLE color: 1938150.
HSL color Cylindrical-coordinate representation of color #E6921D: hue angle of 34.93º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E6921D is Cyan = 0, Magento = 0.37, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 146 | 29 | - |
| CMYK | 0 | 0.37 | 0.87 | 0.10 |
| HSL | 34.93º | 0.8% | 0.51% | - |
| HSV(B) | 34.93º | 0.87% | 0.9% | - |
| XYZ | 43.13 | 37.47 | 6.12 | - |
| YUV | 157.78 | 55.33 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 146 | 29 | 0 | 0.37 | 0.87 | 0.10 | 34.93 | 0.8 | 0.51 |
| Hex | E6 | 92 | 1D | 0 | 25 | 57 | A | 23 | 50 | 33 |
| Octal | 346 | 222 | 35 | 0 | 45 | 127 | 12 | 43 | 120 | 63 |
| Binary | 11100110 | 10010010 | 11101 | 0 | 100101 | 1010111 | 1010 | 100011 | 1010000 | 110011 |
Color Harmonies of #E6921D
Complementary color
Monochromatic Colors of #E6921D
Black with #E6921D
Text Example
Text Example
White with #E6921D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6921D; }
p { color: rgb(230,146,29); }
H1.HeaderClassName
{
color: #E6921D;
}
.AnyTagClassName
{
color: #E6921D;
}
</style>
background-color css
<style>
a { background-color: #E6921D; }
a { background-color: rgb(230,146,29); }
div.DivClassName
{
background-color: #E6921D;
}
.BgClassName
{
background-color: #E6921D;
}
</style>
border-color css
<style>
span { border-color: #E6921D; }
span { border-color: rgb(230,146,29); }
td.TdClassName
{
border-color: #E6921D;
}
.TagClassName
{
border-color: #E6921D;
}
</style>