Shades of Carrot Orange #EF8D2B
Tints of Carrot Orange #EF8D2B
RGB
CMYK
RGB Variations
Color information
#EF8D2B (or 0xEF8D2B) is known color: Carrot Orange. HEX triplet: EF, 8D and 2B. RGB value is (239,141,43). Sum of RGB (Red+Green+Blue) = 239+141+43=423 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.50% from 423); Green value is 141 (55.47% from 255 or 33.33% from 423); Blue value is 43 (17.19% from 255 or 10.17% from 423); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8D2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8D2B is #1072D4. Grayscale: #9F9F9F. Windows color (decimal): -1077973 or 2854383. OLE color: 2854383.
HSL color Cylindrical-coordinate representation of color #EF8D2B: hue angle of 30º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF8D2B is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 141 | 43 | - |
| CMYK | 0 | 0.41 | 0.82 | 0.06 |
| HSL | 30º | 0.86% | 0.55% | - |
| HSV(B) | 30º | 0.82% | 0.94% | - |
| XYZ | 45.56 | 37.57 | 7.14 | - |
| YUV | 159.13 | 62.47 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 141 | 43 | 0 | 0.41 | 0.82 | 0.06 | 30 | 0.86 | 0.55 |
| Hex | EF | 8D | 2B | 0 | 29 | 52 | 6 | 1E | 56 | 37 |
| Octal | 357 | 215 | 53 | 0 | 51 | 122 | 6 | 36 | 126 | 67 |
| Binary | 11101111 | 10001101 | 101011 | 0 | 101001 | 1010010 | 110 | 11110 | 1010110 | 110111 |
Color Harmonies of #EF8D2B
Complementary color
Monochromatic Colors of #EF8D2B
Black with #EF8D2B
Text Example
Text Example
White with #EF8D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8D2B; }
p { color: rgb(239,141,43); }
H1.HeaderClassName
{
color: #EF8D2B;
}
.AnyTagClassName
{
color: #EF8D2B;
}
</style>
background-color css
<style>
a { background-color: #EF8D2B; }
a { background-color: rgb(239,141,43); }
div.DivClassName
{
background-color: #EF8D2B;
}
.BgClassName
{
background-color: #EF8D2B;
}
</style>
border-color css
<style>
span { border-color: #EF8D2B; }
span { border-color: rgb(239,141,43); }
td.TdClassName
{
border-color: #EF8D2B;
}
.TagClassName
{
border-color: #EF8D2B;
}
</style>