Shades of Carrot Orange #EF9C19
Tints of Carrot Orange #EF9C19
RGB
CMYK
RGB Variations
Color information
#EF9C19 (or 0xEF9C19) is known color: Carrot Orange. HEX triplet: EF, 9C and 19. RGB value is (239,156,25). Sum of RGB (Red+Green+Blue) = 239+156+25=420 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.90% from 420); Green value is 156 (61.33% from 255 or 37.14% from 420); Blue value is 25 (10.16% from 255 or 5.95% from 420); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9C19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF9C19 is #1063E6. Grayscale: #A6A6A6. Windows color (decimal): -1074151 or 1678575. OLE color: 1678575.
HSL color Cylindrical-coordinate representation of color #EF9C19: hue angle of 36.73º 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 #EF9C19 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 156 | 25 | - |
| CMYK | 0 | 0.35 | 0.90 | 0.06 |
| HSL | 36.73º | 0.87% | 0.52% | - |
| HSV(B) | 36.73º | 0.9% | 0.94% | - |
| XYZ | 47.66 | 42.2 | 6.55 | - |
| YUV | 165.88 | 48.5 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 156 | 25 | 0 | 0.35 | 0.90 | 0.06 | 36.73 | 0.87 | 0.52 |
| Hex | EF | 9C | 19 | 0 | 23 | 5A | 6 | 25 | 57 | 34 |
| Octal | 357 | 234 | 31 | 0 | 43 | 132 | 6 | 45 | 127 | 64 |
| Binary | 11101111 | 10011100 | 11001 | 0 | 100011 | 1011010 | 110 | 100101 | 1010111 | 110100 |
Color Harmonies of #EF9C19
Complementary color
Monochromatic Colors of #EF9C19
Black with #EF9C19
Text Example
Text Example
White with #EF9C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9C19; }
p { color: rgb(239,156,25); }
H1.HeaderClassName
{
color: #EF9C19;
}
.AnyTagClassName
{
color: #EF9C19;
}
</style>
background-color css
<style>
a { background-color: #EF9C19; }
a { background-color: rgb(239,156,25); }
div.DivClassName
{
background-color: #EF9C19;
}
.BgClassName
{
background-color: #EF9C19;
}
</style>
border-color css
<style>
span { border-color: #EF9C19; }
span { border-color: rgb(239,156,25); }
td.TdClassName
{
border-color: #EF9C19;
}
.TagClassName
{
border-color: #EF9C19;
}
</style>