Shades of Carrot Orange #EF821B
Tints of Carrot Orange #EF821B
RGB
CMYK
RGB Variations
Color information
#EF821B (or 0xEF821B) is known color: Carrot Orange. HEX triplet: EF, 82 and 1B. RGB value is (239,130,27). Sum of RGB (Red+Green+Blue) = 239+130+27=396 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.35% from 396); Green value is 130 (51.17% from 255 or 32.83% from 396); Blue value is 27 (10.94% from 255 or 6.82% from 396); Max value from RGB is 239 - color contains mainly: red. Hex color #EF821B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF821B is #107DE4. Grayscale: #979797. Windows color (decimal): -1080805 or 1802991. OLE color: 1802991.
HSL color Cylindrical-coordinate representation of color #EF821B: hue angle of 29.15º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EF821B is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 130 | 27 | - |
| CMYK | 0 | 0.46 | 0.89 | 0.06 |
| HSL | 29.15º | 0.87% | 0.52% | - |
| HSV(B) | 29.15º | 0.89% | 0.94% | - |
| XYZ | 43.78 | 34.4 | 5.37 | - |
| YUV | 150.85 | 58.11 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 130 | 27 | 0 | 0.46 | 0.89 | 0.06 | 29.15 | 0.87 | 0.52 |
| Hex | EF | 82 | 1B | 0 | 2E | 59 | 6 | 1D | 57 | 34 |
| Octal | 357 | 202 | 33 | 0 | 56 | 131 | 6 | 35 | 127 | 64 |
| Binary | 11101111 | 10000010 | 11011 | 0 | 101110 | 1011001 | 110 | 11101 | 1010111 | 110100 |
Color Harmonies of #EF821B
Complementary color
Monochromatic Colors of #EF821B
Black with #EF821B
Text Example
Text Example
White with #EF821B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF821B; }
p { color: rgb(239,130,27); }
H1.HeaderClassName
{
color: #EF821B;
}
.AnyTagClassName
{
color: #EF821B;
}
</style>
background-color css
<style>
a { background-color: #EF821B; }
a { background-color: rgb(239,130,27); }
div.DivClassName
{
background-color: #EF821B;
}
.BgClassName
{
background-color: #EF821B;
}
</style>
border-color css
<style>
span { border-color: #EF821B; }
span { border-color: rgb(239,130,27); }
td.TdClassName
{
border-color: #EF821B;
}
.TagClassName
{
border-color: #EF821B;
}
</style>