Shades of Carrot Orange #EF902A
Tints of Carrot Orange #EF902A
RGB
CMYK
RGB Variations
Color information
#EF902A (or 0xEF902A) is known color: Carrot Orange. HEX triplet: EF, 90 and 2A. RGB value is (239,144,42). Sum of RGB (Red+Green+Blue) = 239+144+42=425 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.24% from 425); Green value is 144 (56.64% from 255 or 33.88% from 425); Blue value is 42 (16.80% from 255 or 9.88% from 425); Max value from RGB is 239 - color contains mainly: red. Hex color #EF902A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF902A is #106FD5. Grayscale: #A1A1A1. Windows color (decimal): -1077206 or 2789615. OLE color: 2789615.
HSL color Cylindrical-coordinate representation of color #EF902A: hue angle of 31.07º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF902A is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 144 | 42 | - |
| CMYK | 0 | 0.40 | 0.82 | 0.06 |
| HSL | 31.07º | 0.86% | 0.55% | - |
| HSV(B) | 31.07º | 0.82% | 0.94% | - |
| XYZ | 45.99 | 38.46 | 7.19 | - |
| YUV | 160.78 | 60.97 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 144 | 42 | 0 | 0.40 | 0.82 | 0.06 | 31.07 | 0.86 | 0.55 |
| Hex | EF | 90 | 2A | 0 | 28 | 52 | 6 | 1F | 56 | 37 |
| Octal | 357 | 220 | 52 | 0 | 50 | 122 | 6 | 37 | 126 | 67 |
| Binary | 11101111 | 10010000 | 101010 | 0 | 101000 | 1010010 | 110 | 11111 | 1010110 | 110111 |
Color Harmonies of #EF902A
Complementary color
Monochromatic Colors of #EF902A
Black with #EF902A
Text Example
Text Example
White with #EF902A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF902A; }
p { color: rgb(239,144,42); }
H1.HeaderClassName
{
color: #EF902A;
}
.AnyTagClassName
{
color: #EF902A;
}
</style>
background-color css
<style>
a { background-color: #EF902A; }
a { background-color: rgb(239,144,42); }
div.DivClassName
{
background-color: #EF902A;
}
.BgClassName
{
background-color: #EF902A;
}
</style>
border-color css
<style>
span { border-color: #EF902A; }
span { border-color: rgb(239,144,42); }
td.TdClassName
{
border-color: #EF902A;
}
.TagClassName
{
border-color: #EF902A;
}
</style>