Shades of Carrot Orange #EF8527
Tints of Carrot Orange #EF8527
RGB
CMYK
RGB Variations
Color information
#EF8527 (or 0xEF8527) is known color: Carrot Orange. HEX triplet: EF, 85 and 27. RGB value is (239,133,39). Sum of RGB (Red+Green+Blue) = 239+133+39=411 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.15% from 411); Green value is 133 (52.34% from 255 or 32.36% from 411); Blue value is 39 (15.62% from 255 or 9.49% from 411); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8527 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8527 is #107AD8. Grayscale: #9A9A9A. Windows color (decimal): -1080025 or 2590191. OLE color: 2590191.
HSL color Cylindrical-coordinate representation of color #EF8527: hue angle of 28.2º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EF8527 is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 133 | 39 | - |
| CMYK | 0 | 0.44 | 0.84 | 0.06 |
| HSL | 28.2º | 0.86% | 0.55% | - |
| HSV(B) | 28.2º | 0.84% | 0.94% | - |
| XYZ | 44.35 | 35.27 | 6.39 | - |
| YUV | 153.98 | 63.12 | 188.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 133 | 39 | 0 | 0.44 | 0.84 | 0.06 | 28.2 | 0.86 | 0.55 |
| Hex | EF | 85 | 27 | 0 | 2C | 54 | 6 | 1C | 56 | 37 |
| Octal | 357 | 205 | 47 | 0 | 54 | 124 | 6 | 34 | 126 | 67 |
| Binary | 11101111 | 10000101 | 100111 | 0 | 101100 | 1010100 | 110 | 11100 | 1010110 | 110111 |
Color Harmonies of #EF8527
Complementary color
Monochromatic Colors of #EF8527
Black with #EF8527
Text Example
Text Example
White with #EF8527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8527; }
p { color: rgb(239,133,39); }
H1.HeaderClassName
{
color: #EF8527;
}
.AnyTagClassName
{
color: #EF8527;
}
</style>
background-color css
<style>
a { background-color: #EF8527; }
a { background-color: rgb(239,133,39); }
div.DivClassName
{
background-color: #EF8527;
}
.BgClassName
{
background-color: #EF8527;
}
</style>
border-color css
<style>
span { border-color: #EF8527; }
span { border-color: rgb(239,133,39); }
td.TdClassName
{
border-color: #EF8527;
}
.TagClassName
{
border-color: #EF8527;
}
</style>