Shades of Carrot Orange #EF8812
Tints of Carrot Orange #EF8812
RGB
CMYK
RGB Variations
Color information
#EF8812 (or 0xEF8812) is known color: Carrot Orange. HEX triplet: EF, 88 and 12. RGB value is (239,136,18). Sum of RGB (Red+Green+Blue) = 239+136+18=393 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.81% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 18 (7.42% from 255 or 4.58% from 393); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8812 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8812 is #1077ED. Grayscale: #999999. Windows color (decimal): -1079278 or 1214703. OLE color: 1214703.
HSL color Cylindrical-coordinate representation of color #EF8812: hue angle of 32.04º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF8812 is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 136 | 18 | - |
| CMYK | 0 | 0.43 | 0.92 | 0.06 |
| HSL | 32.04º | 0.87% | 0.5% | - |
| HSV(B) | 32.04º | 0.92% | 0.94% | - |
| XYZ | 44.51 | 36 | 5.18 | - |
| YUV | 153.35 | 51.62 | 189.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 136 | 18 | 0 | 0.43 | 0.92 | 0.06 | 32.04 | 0.87 | 0.5 |
| Hex | EF | 88 | 12 | 0 | 2B | 5C | 6 | 20 | 57 | 32 |
| Octal | 357 | 210 | 22 | 0 | 53 | 134 | 6 | 40 | 127 | 62 |
| Binary | 11101111 | 10001000 | 10010 | 0 | 101011 | 1011100 | 110 | 100000 | 1010111 | 110010 |
Color Harmonies of #EF8812
Complementary color
Monochromatic Colors of #EF8812
Black with #EF8812
Text Example
Text Example
White with #EF8812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8812; }
p { color: rgb(239,136,18); }
H1.HeaderClassName
{
color: #EF8812;
}
.AnyTagClassName
{
color: #EF8812;
}
</style>
background-color css
<style>
a { background-color: #EF8812; }
a { background-color: rgb(239,136,18); }
div.DivClassName
{
background-color: #EF8812;
}
.BgClassName
{
background-color: #EF8812;
}
</style>
border-color css
<style>
span { border-color: #EF8812; }
span { border-color: rgb(239,136,18); }
td.TdClassName
{
border-color: #EF8812;
}
.TagClassName
{
border-color: #EF8812;
}
</style>