Shades of Carrot Orange #EF811B
Tints of Carrot Orange #EF811B
RGB
CMYK
RGB Variations
Color information
#EF811B (or 0xEF811B) is known color: Carrot Orange. HEX triplet: EF, 81 and 1B. RGB value is (239,129,27). Sum of RGB (Red+Green+Blue) = 239+129+27=395 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.51% from 395); Green value is 129 (50.78% from 255 or 32.66% from 395); Blue value is 27 (10.94% from 255 or 6.84% from 395); Max value from RGB is 239 - color contains mainly: red. Hex color #EF811B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF811B is #107EE4. Grayscale: #969696. Windows color (decimal): -1081061 or 1802735. OLE color: 1802735.
HSL color Cylindrical-coordinate representation of color #EF811B: hue angle of 28.87º 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 #EF811B is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 129 | 27 | - |
| CMYK | 0 | 0.46 | 0.89 | 0.06 |
| HSL | 28.87º | 0.87% | 0.52% | - |
| HSV(B) | 28.87º | 0.89% | 0.94% | - |
| XYZ | 43.64 | 34.13 | 5.32 | - |
| YUV | 150.26 | 58.44 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 129 | 27 | 0 | 0.46 | 0.89 | 0.06 | 28.87 | 0.87 | 0.52 |
| Hex | EF | 81 | 1B | 0 | 2E | 59 | 6 | 1D | 57 | 34 |
| Octal | 357 | 201 | 33 | 0 | 56 | 131 | 6 | 35 | 127 | 64 |
| Binary | 11101111 | 10000001 | 11011 | 0 | 101110 | 1011001 | 110 | 11101 | 1010111 | 110100 |
Color Harmonies of #EF811B
Complementary color
Monochromatic Colors of #EF811B
Black with #EF811B
Text Example
Text Example
White with #EF811B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF811B; }
p { color: rgb(239,129,27); }
H1.HeaderClassName
{
color: #EF811B;
}
.AnyTagClassName
{
color: #EF811B;
}
</style>
background-color css
<style>
a { background-color: #EF811B; }
a { background-color: rgb(239,129,27); }
div.DivClassName
{
background-color: #EF811B;
}
.BgClassName
{
background-color: #EF811B;
}
</style>
border-color css
<style>
span { border-color: #EF811B; }
span { border-color: rgb(239,129,27); }
td.TdClassName
{
border-color: #EF811B;
}
.TagClassName
{
border-color: #EF811B;
}
</style>