Shades of Carrot Orange #E6821B
Tints of Carrot Orange #E6821B
RGB
CMYK
RGB Variations
Color information
#E6821B (or 0xE6821B) is known color: Carrot Orange. HEX triplet: E6, 82 and 1B. RGB value is (230,130,27). Sum of RGB (Red+Green+Blue) = 230+130+27=387 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.43% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 27 (10.94% from 255 or 6.98% from 387); Max value from RGB is 230 - color contains mainly: red. Hex color #E6821B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6821B is #197DE4. Grayscale: #949494. Windows color (decimal): -1670629 or 1802982. OLE color: 1802982.
HSL color Cylindrical-coordinate representation of color #E6821B: hue angle of 30.44º 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 #E6821B is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 130 | 27 | - |
| CMYK | 0 | 0.43 | 0.88 | 0.10 |
| HSL | 30.44º | 0.8% | 0.5% | - |
| HSV(B) | 30.44º | 0.88% | 0.9% | - |
| XYZ | 40.81 | 32.87 | 5.23 | - |
| YUV | 148.16 | 59.63 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 130 | 27 | 0 | 0.43 | 0.88 | 0.10 | 30.44 | 0.8 | 0.5 |
| Hex | E6 | 82 | 1B | 0 | 2B | 58 | A | 1E | 50 | 32 |
| Octal | 346 | 202 | 33 | 0 | 53 | 130 | 12 | 36 | 120 | 62 |
| Binary | 11100110 | 10000010 | 11011 | 0 | 101011 | 1011000 | 1010 | 11110 | 1010000 | 110010 |
Color Harmonies of #E6821B
Complementary color
Monochromatic Colors of #E6821B
Black with #E6821B
Text Example
Text Example
White with #E6821B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6821B; }
p { color: rgb(230,130,27); }
H1.HeaderClassName
{
color: #E6821B;
}
.AnyTagClassName
{
color: #E6821B;
}
</style>
background-color css
<style>
a { background-color: #E6821B; }
a { background-color: rgb(230,130,27); }
div.DivClassName
{
background-color: #E6821B;
}
.BgClassName
{
background-color: #E6821B;
}
</style>
border-color css
<style>
span { border-color: #E6821B; }
span { border-color: rgb(230,130,27); }
td.TdClassName
{
border-color: #E6821B;
}
.TagClassName
{
border-color: #E6821B;
}
</style>