Shades of Carrot Orange #EA8226
Tints of Carrot Orange #EA8226
RGB
CMYK
RGB Variations
Color information
#EA8226 (or 0xEA8226) is known color: Carrot Orange. HEX triplet: EA, 82 and 26. RGB value is (234,130,38). Sum of RGB (Red+Green+Blue) = 234+130+38=402 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.21% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 38 (15.23% from 255 or 9.45% from 402); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8226 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8226 is #157DD9. Grayscale: #979797. Windows color (decimal): -1408474 or 2523882. OLE color: 2523882.
HSL color Cylindrical-coordinate representation of color #EA8226: hue angle of 28.16º 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 #EA8226 is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 130 | 38 | - |
| CMYK | 0 | 0.44 | 0.84 | 0.08 |
| HSL | 28.16º | 0.82% | 0.53% | - |
| HSV(B) | 28.16º | 0.84% | 0.92% | - |
| XYZ | 42.26 | 33.6 | 6.09 | - |
| YUV | 150.61 | 64.46 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 130 | 38 | 0 | 0.44 | 0.84 | 0.08 | 28.16 | 0.82 | 0.53 |
| Hex | EA | 82 | 26 | 0 | 2C | 54 | 8 | 1C | 52 | 35 |
| Octal | 352 | 202 | 46 | 0 | 54 | 124 | 10 | 34 | 122 | 65 |
| Binary | 11101010 | 10000010 | 100110 | 0 | 101100 | 1010100 | 1000 | 11100 | 1010010 | 110101 |
Color Harmonies of #EA8226
Complementary color
Monochromatic Colors of #EA8226
Black with #EA8226
Text Example
Text Example
White with #EA8226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8226; }
p { color: rgb(234,130,38); }
H1.HeaderClassName
{
color: #EA8226;
}
.AnyTagClassName
{
color: #EA8226;
}
</style>
background-color css
<style>
a { background-color: #EA8226; }
a { background-color: rgb(234,130,38); }
div.DivClassName
{
background-color: #EA8226;
}
.BgClassName
{
background-color: #EA8226;
}
</style>
border-color css
<style>
span { border-color: #EA8226; }
span { border-color: rgb(234,130,38); }
td.TdClassName
{
border-color: #EA8226;
}
.TagClassName
{
border-color: #EA8226;
}
</style>