Shades of Carrot Orange #EA8123
Tints of Carrot Orange #EA8123
RGB
CMYK
RGB Variations
Color information
#EA8123 (or 0xEA8123) is known color: Carrot Orange. HEX triplet: EA, 81 and 23. RGB value is (234,129,35). Sum of RGB (Red+Green+Blue) = 234+129+35=398 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.79% from 398); Green value is 129 (50.78% from 255 or 32.41% from 398); Blue value is 35 (14.06% from 255 or 8.79% from 398); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8123 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8123 is #157EDC. Grayscale: #969696. Windows color (decimal): -1408733 or 2327018. OLE color: 2327018.
HSL color Cylindrical-coordinate representation of color #EA8123: hue angle of 28.34º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EA8123 is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 129 | 35 | - |
| CMYK | 0 | 0.45 | 0.85 | 0.08 |
| HSL | 28.34º | 0.83% | 0.53% | - |
| HSV(B) | 28.34º | 0.85% | 0.92% | - |
| XYZ | 42.09 | 33.31 | 5.8 | - |
| YUV | 149.68 | 63.29 | 188.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 129 | 35 | 0 | 0.45 | 0.85 | 0.08 | 28.34 | 0.83 | 0.53 |
| Hex | EA | 81 | 23 | 0 | 2D | 55 | 8 | 1C | 53 | 35 |
| Octal | 352 | 201 | 43 | 0 | 55 | 125 | 10 | 34 | 123 | 65 |
| Binary | 11101010 | 10000001 | 100011 | 0 | 101101 | 1010101 | 1000 | 11100 | 1010011 | 110101 |
Color Harmonies of #EA8123
Complementary color
Monochromatic Colors of #EA8123
Black with #EA8123
Text Example
Text Example
White with #EA8123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8123; }
p { color: rgb(234,129,35); }
H1.HeaderClassName
{
color: #EA8123;
}
.AnyTagClassName
{
color: #EA8123;
}
</style>
background-color css
<style>
a { background-color: #EA8123; }
a { background-color: rgb(234,129,35); }
div.DivClassName
{
background-color: #EA8123;
}
.BgClassName
{
background-color: #EA8123;
}
</style>
border-color css
<style>
span { border-color: #EA8123; }
span { border-color: rgb(234,129,35); }
td.TdClassName
{
border-color: #EA8123;
}
.TagClassName
{
border-color: #EA8123;
}
</style>