Shades of Carrot Orange #EA8423
Tints of Carrot Orange #EA8423
RGB
CMYK
RGB Variations
Color information
#EA8423 (or 0xEA8423) is known color: Carrot Orange. HEX triplet: EA, 84 and 23. RGB value is (234,132,35). Sum of RGB (Red+Green+Blue) = 234+132+35=401 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.35% from 401); Green value is 132 (51.95% from 255 or 32.92% from 401); Blue value is 35 (14.06% from 255 or 8.73% from 401); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8423 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8423 is #157BDC. Grayscale: #979797. Windows color (decimal): -1407965 or 2327786. OLE color: 2327786.
HSL color Cylindrical-coordinate representation of color #EA8423: hue angle of 29.25º 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 #EA8423 is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 132 | 35 | - |
| CMYK | 0 | 0.44 | 0.85 | 0.08 |
| HSL | 29.25º | 0.83% | 0.53% | - |
| HSV(B) | 29.25º | 0.85% | 0.92% | - |
| XYZ | 42.49 | 34.12 | 5.94 | - |
| YUV | 151.44 | 62.29 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 132 | 35 | 0 | 0.44 | 0.85 | 0.08 | 29.25 | 0.83 | 0.53 |
| Hex | EA | 84 | 23 | 0 | 2C | 55 | 8 | 1D | 53 | 35 |
| Octal | 352 | 204 | 43 | 0 | 54 | 125 | 10 | 35 | 123 | 65 |
| Binary | 11101010 | 10000100 | 100011 | 0 | 101100 | 1010101 | 1000 | 11101 | 1010011 | 110101 |
Color Harmonies of #EA8423
Complementary color
Monochromatic Colors of #EA8423
Black with #EA8423
Text Example
Text Example
White with #EA8423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8423; }
p { color: rgb(234,132,35); }
H1.HeaderClassName
{
color: #EA8423;
}
.AnyTagClassName
{
color: #EA8423;
}
</style>
background-color css
<style>
a { background-color: #EA8423; }
a { background-color: rgb(234,132,35); }
div.DivClassName
{
background-color: #EA8423;
}
.BgClassName
{
background-color: #EA8423;
}
</style>
border-color css
<style>
span { border-color: #EA8423; }
span { border-color: rgb(234,132,35); }
td.TdClassName
{
border-color: #EA8423;
}
.TagClassName
{
border-color: #EA8423;
}
</style>