Shades of Carrot Orange #EF8921
Tints of Carrot Orange #EF8921
RGB
CMYK
RGB Variations
Color information
#EF8921 (or 0xEF8921) is known color: Carrot Orange. HEX triplet: EF, 89 and 21. RGB value is (239,137,33). Sum of RGB (Red+Green+Blue) = 239+137+33=409 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.44% from 409); Green value is 137 (53.91% from 255 or 33.50% from 409); Blue value is 33 (13.28% from 255 or 8.07% from 409); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8921 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8921 is #1076DE. Grayscale: #9C9C9C. Windows color (decimal): -1079007 or 2197999. OLE color: 2197999.
HSL color Cylindrical-coordinate representation of color #EF8921: hue angle of 30.29º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EF8921 is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 137 | 33 | - |
| CMYK | 0 | 0.43 | 0.86 | 0.06 |
| HSL | 30.29º | 0.87% | 0.53% | - |
| HSV(B) | 30.29º | 0.86% | 0.94% | - |
| XYZ | 44.82 | 36.35 | 6.09 | - |
| YUV | 155.64 | 58.79 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 137 | 33 | 0 | 0.43 | 0.86 | 0.06 | 30.29 | 0.87 | 0.53 |
| Hex | EF | 89 | 21 | 0 | 2B | 56 | 6 | 1E | 57 | 35 |
| Octal | 357 | 211 | 41 | 0 | 53 | 126 | 6 | 36 | 127 | 65 |
| Binary | 11101111 | 10001001 | 100001 | 0 | 101011 | 1010110 | 110 | 11110 | 1010111 | 110101 |
Color Harmonies of #EF8921
Complementary color
Monochromatic Colors of #EF8921
Black with #EF8921
Text Example
Text Example
White with #EF8921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8921; }
p { color: rgb(239,137,33); }
H1.HeaderClassName
{
color: #EF8921;
}
.AnyTagClassName
{
color: #EF8921;
}
</style>
background-color css
<style>
a { background-color: #EF8921; }
a { background-color: rgb(239,137,33); }
div.DivClassName
{
background-color: #EF8921;
}
.BgClassName
{
background-color: #EF8921;
}
</style>
border-color css
<style>
span { border-color: #EF8921; }
span { border-color: rgb(239,137,33); }
td.TdClassName
{
border-color: #EF8921;
}
.TagClassName
{
border-color: #EF8921;
}
</style>