Shades of Carrot Orange #EF912A
Tints of Carrot Orange #EF912A
RGB
CMYK
RGB Variations
Color information
#EF912A (or 0xEF912A) is known color: Carrot Orange. HEX triplet: EF, 91 and 2A. RGB value is (239,145,42). Sum of RGB (Red+Green+Blue) = 239+145+42=426 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.10% from 426); Green value is 145 (57.03% from 255 or 34.04% from 426); Blue value is 42 (16.80% from 255 or 9.86% from 426); Max value from RGB is 239 - color contains mainly: red. Hex color #EF912A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF912A is #106ED5. Grayscale: #A1A1A1. Windows color (decimal): -1076950 or 2789871. OLE color: 2789871.
HSL color Cylindrical-coordinate representation of color #EF912A: hue angle of 31.37º 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 #EF912A is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 145 | 42 | - |
| CMYK | 0 | 0.39 | 0.82 | 0.06 |
| HSL | 31.37º | 0.86% | 0.55% | - |
| HSV(B) | 31.37º | 0.82% | 0.94% | - |
| XYZ | 46.14 | 38.77 | 7.24 | - |
| YUV | 161.36 | 60.64 | 183.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 145 | 42 | 0 | 0.39 | 0.82 | 0.06 | 31.37 | 0.86 | 0.55 |
| Hex | EF | 91 | 2A | 0 | 27 | 52 | 6 | 1F | 56 | 37 |
| Octal | 357 | 221 | 52 | 0 | 47 | 122 | 6 | 37 | 126 | 67 |
| Binary | 11101111 | 10010001 | 101010 | 0 | 100111 | 1010010 | 110 | 11111 | 1010110 | 110111 |
Color Harmonies of #EF912A
Complementary color
Monochromatic Colors of #EF912A
Black with #EF912A
Text Example
Text Example
White with #EF912A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF912A; }
p { color: rgb(239,145,42); }
H1.HeaderClassName
{
color: #EF912A;
}
.AnyTagClassName
{
color: #EF912A;
}
</style>
background-color css
<style>
a { background-color: #EF912A; }
a { background-color: rgb(239,145,42); }
div.DivClassName
{
background-color: #EF912A;
}
.BgClassName
{
background-color: #EF912A;
}
</style>
border-color css
<style>
span { border-color: #EF912A; }
span { border-color: rgb(239,145,42); }
td.TdClassName
{
border-color: #EF912A;
}
.TagClassName
{
border-color: #EF912A;
}
</style>