Shades of Carrot Orange #EA9E26
Tints of Carrot Orange #EA9E26
RGB
CMYK
RGB Variations
Color information
#EA9E26 (or 0xEA9E26) is known color: Carrot Orange. HEX triplet: EA, 9E and 26. RGB value is (234,158,38). Sum of RGB (Red+Green+Blue) = 234+158+38=430 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.42% from 430); Green value is 158 (62.11% from 255 or 36.74% from 430); Blue value is 38 (15.23% from 255 or 8.84% from 430); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9E26 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9E26 is #1561D9. Grayscale: #A7A7A7. Windows color (decimal): -1401306 or 2531050. OLE color: 2531050.
HSL color Cylindrical-coordinate representation of color #EA9E26: hue angle of 36.73º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EA9E26 is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 158 | 38 | - |
| CMYK | 0 | 0.32 | 0.84 | 0.08 |
| HSL | 36.73º | 0.82% | 0.53% | - |
| HSV(B) | 36.73º | 0.84% | 0.92% | - |
| XYZ | 46.51 | 42.09 | 7.51 | - |
| YUV | 167.04 | 55.18 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 158 | 38 | 0 | 0.32 | 0.84 | 0.08 | 36.73 | 0.82 | 0.53 |
| Hex | EA | 9E | 26 | 0 | 20 | 54 | 8 | 25 | 52 | 35 |
| Octal | 352 | 236 | 46 | 0 | 40 | 124 | 10 | 45 | 122 | 65 |
| Binary | 11101010 | 10011110 | 100110 | 0 | 100000 | 1010100 | 1000 | 100101 | 1010010 | 110101 |
Color Harmonies of #EA9E26
Complementary color
Monochromatic Colors of #EA9E26
Black with #EA9E26
Text Example
Text Example
White with #EA9E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9E26; }
p { color: rgb(234,158,38); }
H1.HeaderClassName
{
color: #EA9E26;
}
.AnyTagClassName
{
color: #EA9E26;
}
</style>
background-color css
<style>
a { background-color: #EA9E26; }
a { background-color: rgb(234,158,38); }
div.DivClassName
{
background-color: #EA9E26;
}
.BgClassName
{
background-color: #EA9E26;
}
</style>
border-color css
<style>
span { border-color: #EA9E26; }
span { border-color: rgb(234,158,38); }
td.TdClassName
{
border-color: #EA9E26;
}
.TagClassName
{
border-color: #EA9E26;
}
</style>