Shades of Carrot Orange #EF8725
Tints of Carrot Orange #EF8725
RGB
CMYK
RGB Variations
Color information
#EF8725 (or 0xEF8725) is known color: Carrot Orange. HEX triplet: EF, 87 and 25. RGB value is (239,135,37). Sum of RGB (Red+Green+Blue) = 239+135+37=411 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.15% from 411); Green value is 135 (53.12% from 255 or 32.85% from 411); Blue value is 37 (14.84% from 255 or 9.00% from 411); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8725 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8725 is #1078DA. Grayscale: #9B9B9B. Windows color (decimal): -1079515 or 2459631. OLE color: 2459631.
HSL color Cylindrical-coordinate representation of color #EF8725: hue angle of 29.11º 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 #EF8725 is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 135 | 37 | - |
| CMYK | 0 | 0.44 | 0.85 | 0.06 |
| HSL | 29.11º | 0.86% | 0.54% | - |
| HSV(B) | 29.11º | 0.85% | 0.94% | - |
| XYZ | 44.59 | 35.81 | 6.31 | - |
| YUV | 154.92 | 61.46 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 135 | 37 | 0 | 0.44 | 0.85 | 0.06 | 29.11 | 0.86 | 0.54 |
| Hex | EF | 87 | 25 | 0 | 2C | 55 | 6 | 1D | 56 | 36 |
| Octal | 357 | 207 | 45 | 0 | 54 | 125 | 6 | 35 | 126 | 66 |
| Binary | 11101111 | 10000111 | 100101 | 0 | 101100 | 1010101 | 110 | 11101 | 1010110 | 110110 |
Color Harmonies of #EF8725
Complementary color
Monochromatic Colors of #EF8725
Black with #EF8725
Text Example
Text Example
White with #EF8725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8725; }
p { color: rgb(239,135,37); }
H1.HeaderClassName
{
color: #EF8725;
}
.AnyTagClassName
{
color: #EF8725;
}
</style>
background-color css
<style>
a { background-color: #EF8725; }
a { background-color: rgb(239,135,37); }
div.DivClassName
{
background-color: #EF8725;
}
.BgClassName
{
background-color: #EF8725;
}
</style>
border-color css
<style>
span { border-color: #EF8725; }
span { border-color: rgb(239,135,37); }
td.TdClassName
{
border-color: #EF8725;
}
.TagClassName
{
border-color: #EF8725;
}
</style>