Shades of Carrot Orange #EF9A19
Tints of Carrot Orange #EF9A19
RGB
CMYK
RGB Variations
Color information
#EF9A19 (or 0xEF9A19) is known color: Carrot Orange. HEX triplet: EF, 9A and 19. RGB value is (239,154,25). Sum of RGB (Red+Green+Blue) = 239+154+25=418 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.18% from 418); Green value is 154 (60.55% from 255 or 36.84% from 418); Blue value is 25 (10.16% from 255 or 5.98% from 418); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9A19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF9A19 is #1065E6. Grayscale: #A5A5A5. Windows color (decimal): -1074663 or 1678063. OLE color: 1678063.
HSL color Cylindrical-coordinate representation of color #EF9A19: hue angle of 36.17º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF9A19 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 154 | 25 | - |
| CMYK | 0 | 0.36 | 0.90 | 0.06 |
| HSL | 36.17º | 0.87% | 0.52% | - |
| HSV(B) | 36.17º | 0.9% | 0.94% | - |
| XYZ | 47.33 | 41.53 | 6.44 | - |
| YUV | 164.71 | 49.16 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 154 | 25 | 0 | 0.36 | 0.90 | 0.06 | 36.17 | 0.87 | 0.52 |
| Hex | EF | 9A | 19 | 0 | 24 | 5A | 6 | 24 | 57 | 34 |
| Octal | 357 | 232 | 31 | 0 | 44 | 132 | 6 | 44 | 127 | 64 |
| Binary | 11101111 | 10011010 | 11001 | 0 | 100100 | 1011010 | 110 | 100100 | 1010111 | 110100 |
Color Harmonies of #EF9A19
Complementary color
Monochromatic Colors of #EF9A19
Black with #EF9A19
Text Example
Text Example
White with #EF9A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9A19; }
p { color: rgb(239,154,25); }
H1.HeaderClassName
{
color: #EF9A19;
}
.AnyTagClassName
{
color: #EF9A19;
}
</style>
background-color css
<style>
a { background-color: #EF9A19; }
a { background-color: rgb(239,154,25); }
div.DivClassName
{
background-color: #EF9A19;
}
.BgClassName
{
background-color: #EF9A19;
}
</style>
border-color css
<style>
span { border-color: #EF9A19; }
span { border-color: rgb(239,154,25); }
td.TdClassName
{
border-color: #EF9A19;
}
.TagClassName
{
border-color: #EF9A19;
}
</style>