Shades of Carrot Orange #EF9D1B
Tints of Carrot Orange #EF9D1B
RGB
CMYK
RGB Variations
Color information
#EF9D1B (or 0xEF9D1B) is known color: Carrot Orange. HEX triplet: EF, 9D and 1B. RGB value is (239,157,27). Sum of RGB (Red+Green+Blue) = 239+157+27=423 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.50% from 423); Green value is 157 (61.72% from 255 or 37.12% from 423); Blue value is 27 (10.94% from 255 or 6.38% from 423); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9D1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF9D1B is #1062E4. Grayscale: #A7A7A7. Windows color (decimal): -1073893 or 1809903. OLE color: 1809903.
HSL color Cylindrical-coordinate representation of color #EF9D1B: hue angle of 36.79º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EF9D1B is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 157 | 27 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.06 |
| HSL | 36.79º | 0.87% | 0.52% | - |
| HSV(B) | 36.79º | 0.89% | 0.94% | - |
| XYZ | 47.85 | 42.54 | 6.73 | - |
| YUV | 166.7 | 49.17 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 157 | 27 | 0 | 0.34 | 0.89 | 0.06 | 36.79 | 0.87 | 0.52 |
| Hex | EF | 9D | 1B | 0 | 22 | 59 | 6 | 25 | 57 | 34 |
| Octal | 357 | 235 | 33 | 0 | 42 | 131 | 6 | 45 | 127 | 64 |
| Binary | 11101111 | 10011101 | 11011 | 0 | 100010 | 1011001 | 110 | 100101 | 1010111 | 110100 |
Color Harmonies of #EF9D1B
Complementary color
Monochromatic Colors of #EF9D1B
Black with #EF9D1B
Text Example
Text Example
White with #EF9D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9D1B; }
p { color: rgb(239,157,27); }
H1.HeaderClassName
{
color: #EF9D1B;
}
.AnyTagClassName
{
color: #EF9D1B;
}
</style>
background-color css
<style>
a { background-color: #EF9D1B; }
a { background-color: rgb(239,157,27); }
div.DivClassName
{
background-color: #EF9D1B;
}
.BgClassName
{
background-color: #EF9D1B;
}
</style>
border-color css
<style>
span { border-color: #EF9D1B; }
span { border-color: rgb(239,157,27); }
td.TdClassName
{
border-color: #EF9D1B;
}
.TagClassName
{
border-color: #EF9D1B;
}
</style>