Shades of Carrot Orange #EA8127
Tints of Carrot Orange #EA8127
RGB
CMYK
RGB Variations
Color information
#EA8127 (or 0xEA8127) is known color: Carrot Orange. HEX triplet: EA, 81 and 27. RGB value is (234,129,39). Sum of RGB (Red+Green+Blue) = 234+129+39=402 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.21% from 402); Green value is 129 (50.78% from 255 or 32.09% from 402); Blue value is 39 (15.62% from 255 or 9.70% from 402); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8127 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8127 is #157ED8. Grayscale: #969696. Windows color (decimal): -1408729 or 2589162. OLE color: 2589162.
HSL color Cylindrical-coordinate representation of color #EA8127: hue angle of 27.69º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EA8127 is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 129 | 39 | - |
| CMYK | 0 | 0.45 | 0.83 | 0.08 |
| HSL | 27.69º | 0.82% | 0.54% | - |
| HSV(B) | 27.69º | 0.83% | 0.92% | - |
| XYZ | 42.15 | 33.34 | 6.13 | - |
| YUV | 150.14 | 65.29 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 129 | 39 | 0 | 0.45 | 0.83 | 0.08 | 27.69 | 0.82 | 0.54 |
| Hex | EA | 81 | 27 | 0 | 2D | 53 | 8 | 1C | 52 | 36 |
| Octal | 352 | 201 | 47 | 0 | 55 | 123 | 10 | 34 | 122 | 66 |
| Binary | 11101010 | 10000001 | 100111 | 0 | 101101 | 1010011 | 1000 | 11100 | 1010010 | 110110 |
Color Harmonies of #EA8127
Complementary color
Monochromatic Colors of #EA8127
Black with #EA8127
Text Example
Text Example
White with #EA8127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8127; }
p { color: rgb(234,129,39); }
H1.HeaderClassName
{
color: #EA8127;
}
.AnyTagClassName
{
color: #EA8127;
}
</style>
background-color css
<style>
a { background-color: #EA8127; }
a { background-color: rgb(234,129,39); }
div.DivClassName
{
background-color: #EA8127;
}
.BgClassName
{
background-color: #EA8127;
}
</style>
border-color css
<style>
span { border-color: #EA8127; }
span { border-color: rgb(234,129,39); }
td.TdClassName
{
border-color: #EA8127;
}
.TagClassName
{
border-color: #EA8127;
}
</style>