Shades of Carrot Orange #EF9D1D
Tints of Carrot Orange #EF9D1D
RGB
CMYK
RGB Variations
Color information
#EF9D1D (or 0xEF9D1D) is known color: Carrot Orange. HEX triplet: EF, 9D and 1D. RGB value is (239,157,29). Sum of RGB (Red+Green+Blue) = 239+157+29=425 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.24% from 425); Green value is 157 (61.72% from 255 or 36.94% from 425); Blue value is 29 (11.72% from 255 or 6.82% from 425); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9D1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF9D1D is #1062E2. Grayscale: #A7A7A7. Windows color (decimal): -1073891 or 1940975. OLE color: 1940975.
HSL color Cylindrical-coordinate representation of color #EF9D1D: hue angle of 36.57º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF9D1D is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 157 | 29 | - |
| CMYK | 0 | 0.34 | 0.88 | 0.06 |
| HSL | 36.57º | 0.87% | 0.53% | - |
| HSV(B) | 36.57º | 0.88% | 0.94% | - |
| XYZ | 47.88 | 42.55 | 6.85 | - |
| YUV | 166.93 | 50.17 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 157 | 29 | 0 | 0.34 | 0.88 | 0.06 | 36.57 | 0.87 | 0.53 |
| Hex | EF | 9D | 1D | 0 | 22 | 58 | 6 | 25 | 57 | 35 |
| Octal | 357 | 235 | 35 | 0 | 42 | 130 | 6 | 45 | 127 | 65 |
| Binary | 11101111 | 10011101 | 11101 | 0 | 100010 | 1011000 | 110 | 100101 | 1010111 | 110101 |
Color Harmonies of #EF9D1D
Complementary color
Monochromatic Colors of #EF9D1D
Black with #EF9D1D
Text Example
Text Example
White with #EF9D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9D1D; }
p { color: rgb(239,157,29); }
H1.HeaderClassName
{
color: #EF9D1D;
}
.AnyTagClassName
{
color: #EF9D1D;
}
</style>
background-color css
<style>
a { background-color: #EF9D1D; }
a { background-color: rgb(239,157,29); }
div.DivClassName
{
background-color: #EF9D1D;
}
.BgClassName
{
background-color: #EF9D1D;
}
</style>
border-color css
<style>
span { border-color: #EF9D1D; }
span { border-color: rgb(239,157,29); }
td.TdClassName
{
border-color: #EF9D1D;
}
.TagClassName
{
border-color: #EF9D1D;
}
</style>