Shades of Carrot Orange #EF831A
Tints of Carrot Orange #EF831A
RGB
CMYK
RGB Variations
Color information
#EF831A (or 0xEF831A) is known color: Carrot Orange. HEX triplet: EF, 83 and 1A. RGB value is (239,131,26). Sum of RGB (Red+Green+Blue) = 239+131+26=396 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.35% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 26 (10.55% from 255 or 6.57% from 396); Max value from RGB is 239 - color contains mainly: red. Hex color #EF831A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF831A is #107CE5. Grayscale: #979797. Windows color (decimal): -1080550 or 1737711. OLE color: 1737711.
HSL color Cylindrical-coordinate representation of color #EF831A: hue angle of 29.58º 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 #EF831A is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 131 | 26 | - |
| CMYK | 0 | 0.45 | 0.89 | 0.06 |
| HSL | 29.58º | 0.87% | 0.52% | - |
| HSV(B) | 29.58º | 0.89% | 0.94% | - |
| XYZ | 43.9 | 34.66 | 5.35 | - |
| YUV | 151.32 | 57.28 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 131 | 26 | 0 | 0.45 | 0.89 | 0.06 | 29.58 | 0.87 | 0.52 |
| Hex | EF | 83 | 1A | 0 | 2D | 59 | 6 | 1E | 57 | 34 |
| Octal | 357 | 203 | 32 | 0 | 55 | 131 | 6 | 36 | 127 | 64 |
| Binary | 11101111 | 10000011 | 11010 | 0 | 101101 | 1011001 | 110 | 11110 | 1010111 | 110100 |
Color Harmonies of #EF831A
Complementary color
Monochromatic Colors of #EF831A
Black with #EF831A
Text Example
Text Example
White with #EF831A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF831A; }
p { color: rgb(239,131,26); }
H1.HeaderClassName
{
color: #EF831A;
}
.AnyTagClassName
{
color: #EF831A;
}
</style>
background-color css
<style>
a { background-color: #EF831A; }
a { background-color: rgb(239,131,26); }
div.DivClassName
{
background-color: #EF831A;
}
.BgClassName
{
background-color: #EF831A;
}
</style>
border-color css
<style>
span { border-color: #EF831A; }
span { border-color: rgb(239,131,26); }
td.TdClassName
{
border-color: #EF831A;
}
.TagClassName
{
border-color: #EF831A;
}
</style>