Shades of Carrot Orange #EF811D
Tints of Carrot Orange #EF811D
RGB
CMYK
RGB Variations
Color information
#EF811D (or 0xEF811D) is known color: Carrot Orange. HEX triplet: EF, 81 and 1D. RGB value is (239,129,29). Sum of RGB (Red+Green+Blue) = 239+129+29=397 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.20% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 29 (11.72% from 255 or 7.30% from 397); Max value from RGB is 239 - color contains mainly: red. Hex color #EF811D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF811D is #107EE2. Grayscale: #979797. Windows color (decimal): -1081059 or 1933807. OLE color: 1933807.
HSL color Cylindrical-coordinate representation of color #EF811D: hue angle of 28.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 #EF811D is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 129 | 29 | - |
| CMYK | 0 | 0.46 | 0.88 | 0.06 |
| HSL | 28.57º | 0.87% | 0.53% | - |
| HSV(B) | 28.57º | 0.88% | 0.94% | - |
| XYZ | 43.67 | 34.14 | 5.45 | - |
| YUV | 150.49 | 59.44 | 191.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 129 | 29 | 0 | 0.46 | 0.88 | 0.06 | 28.57 | 0.87 | 0.53 |
| Hex | EF | 81 | 1D | 0 | 2E | 58 | 6 | 1D | 57 | 35 |
| Octal | 357 | 201 | 35 | 0 | 56 | 130 | 6 | 35 | 127 | 65 |
| Binary | 11101111 | 10000001 | 11101 | 0 | 101110 | 1011000 | 110 | 11101 | 1010111 | 110101 |
Color Harmonies of #EF811D
Complementary color
Monochromatic Colors of #EF811D
Black with #EF811D
Text Example
Text Example
White with #EF811D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF811D; }
p { color: rgb(239,129,29); }
H1.HeaderClassName
{
color: #EF811D;
}
.AnyTagClassName
{
color: #EF811D;
}
</style>
background-color css
<style>
a { background-color: #EF811D; }
a { background-color: rgb(239,129,29); }
div.DivClassName
{
background-color: #EF811D;
}
.BgClassName
{
background-color: #EF811D;
}
</style>
border-color css
<style>
span { border-color: #EF811D; }
span { border-color: rgb(239,129,29); }
td.TdClassName
{
border-color: #EF811D;
}
.TagClassName
{
border-color: #EF811D;
}
</style>