Shades of Carrot Orange #EF9A25
Tints of Carrot Orange #EF9A25
RGB
CMYK
RGB Variations
Color information
#EF9A25 (or 0xEF9A25) is known color: Carrot Orange. HEX triplet: EF, 9A and 25. RGB value is (239,154,37). Sum of RGB (Red+Green+Blue) = 239+154+37=430 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.58% from 430); Green value is 154 (60.55% from 255 or 35.81% from 430); Blue value is 37 (14.84% from 255 or 8.60% from 430); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9A25 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF9A25 is #1065DA. Grayscale: #A6A6A6. Windows color (decimal): -1074651 or 2464495. OLE color: 2464495.
HSL color Cylindrical-coordinate representation of color #EF9A25: hue angle of 34.75º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EF9A25 is Cyan = 0, Magento = 0.36, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 154 | 37 | - |
| CMYK | 0 | 0.36 | 0.85 | 0.06 |
| HSL | 34.75º | 0.86% | 0.54% | - |
| HSV(B) | 34.75º | 0.85% | 0.94% | - |
| XYZ | 47.49 | 41.6 | 7.28 | - |
| YUV | 166.08 | 55.16 | 180.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 154 | 37 | 0 | 0.36 | 0.85 | 0.06 | 34.75 | 0.86 | 0.54 |
| Hex | EF | 9A | 25 | 0 | 24 | 55 | 6 | 23 | 56 | 36 |
| Octal | 357 | 232 | 45 | 0 | 44 | 125 | 6 | 43 | 126 | 66 |
| Binary | 11101111 | 10011010 | 100101 | 0 | 100100 | 1010101 | 110 | 100011 | 1010110 | 110110 |
Color Harmonies of #EF9A25
Complementary color
Monochromatic Colors of #EF9A25
Black with #EF9A25
Text Example
Text Example
White with #EF9A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9A25; }
p { color: rgb(239,154,37); }
H1.HeaderClassName
{
color: #EF9A25;
}
.AnyTagClassName
{
color: #EF9A25;
}
</style>
background-color css
<style>
a { background-color: #EF9A25; }
a { background-color: rgb(239,154,37); }
div.DivClassName
{
background-color: #EF9A25;
}
.BgClassName
{
background-color: #EF9A25;
}
</style>
border-color css
<style>
span { border-color: #EF9A25; }
span { border-color: rgb(239,154,37); }
td.TdClassName
{
border-color: #EF9A25;
}
.TagClassName
{
border-color: #EF9A25;
}
</style>