Shades of Carrot Orange #EF821D
Tints of Carrot Orange #EF821D
RGB
CMYK
RGB Variations
Color information
#EF821D (or 0xEF821D) is known color: Carrot Orange. HEX triplet: EF, 82 and 1D. RGB value is (239,130,29). Sum of RGB (Red+Green+Blue) = 239+130+29=398 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.05% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 29 (11.72% from 255 or 7.29% from 398); Max value from RGB is 239 - color contains mainly: red. Hex color #EF821D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF821D is #107DE2. Grayscale: #979797. Windows color (decimal): -1080803 or 1934063. OLE color: 1934063.
HSL color Cylindrical-coordinate representation of color #EF821D: hue angle of 28.86º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF821D is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 130 | 29 | - |
| CMYK | 0 | 0.46 | 0.88 | 0.06 |
| HSL | 28.86º | 0.87% | 0.53% | - |
| HSV(B) | 28.86º | 0.88% | 0.94% | - |
| XYZ | 43.8 | 34.4 | 5.49 | - |
| YUV | 151.08 | 59.11 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 130 | 29 | 0 | 0.46 | 0.88 | 0.06 | 28.86 | 0.87 | 0.53 |
| Hex | EF | 82 | 1D | 0 | 2E | 58 | 6 | 1D | 57 | 35 |
| Octal | 357 | 202 | 35 | 0 | 56 | 130 | 6 | 35 | 127 | 65 |
| Binary | 11101111 | 10000010 | 11101 | 0 | 101110 | 1011000 | 110 | 11101 | 1010111 | 110101 |
Color Harmonies of #EF821D
Complementary color
Monochromatic Colors of #EF821D
Black with #EF821D
Text Example
Text Example
White with #EF821D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF821D; }
p { color: rgb(239,130,29); }
H1.HeaderClassName
{
color: #EF821D;
}
.AnyTagClassName
{
color: #EF821D;
}
</style>
background-color css
<style>
a { background-color: #EF821D; }
a { background-color: rgb(239,130,29); }
div.DivClassName
{
background-color: #EF821D;
}
.BgClassName
{
background-color: #EF821D;
}
</style>
border-color css
<style>
span { border-color: #EF821D; }
span { border-color: rgb(239,130,29); }
td.TdClassName
{
border-color: #EF821D;
}
.TagClassName
{
border-color: #EF821D;
}
</style>