Shades of Carrot Orange #EA8A1A
Tints of Carrot Orange #EA8A1A
RGB
CMYK
RGB Variations
Color information
#EA8A1A (or 0xEA8A1A) is known color: Carrot Orange. HEX triplet: EA, 8A and 1A. RGB value is (234,138,26). Sum of RGB (Red+Green+Blue) = 234+138+26=398 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.79% from 398); Green value is 138 (54.30% from 255 or 34.67% from 398); Blue value is 26 (10.55% from 255 or 6.53% from 398); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8A1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8A1A is #1575E5. Grayscale: #9A9A9A. Windows color (decimal): -1406438 or 1739498. OLE color: 1739498.
HSL color Cylindrical-coordinate representation of color #EA8A1A: hue angle of 32.31º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EA8A1A is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 138 | 26 | - |
| CMYK | 0 | 0.41 | 0.89 | 0.08 |
| HSL | 32.31º | 0.83% | 0.51% | - |
| HSV(B) | 32.31º | 0.89% | 0.92% | - |
| XYZ | 43.21 | 35.74 | 5.6 | - |
| YUV | 153.94 | 55.8 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 138 | 26 | 0 | 0.41 | 0.89 | 0.08 | 32.31 | 0.83 | 0.51 |
| Hex | EA | 8A | 1A | 0 | 29 | 59 | 8 | 20 | 53 | 33 |
| Octal | 352 | 212 | 32 | 0 | 51 | 131 | 10 | 40 | 123 | 63 |
| Binary | 11101010 | 10001010 | 11010 | 0 | 101001 | 1011001 | 1000 | 100000 | 1010011 | 110011 |
Color Harmonies of #EA8A1A
Complementary color
Monochromatic Colors of #EA8A1A
Black with #EA8A1A
Text Example
Text Example
White with #EA8A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8A1A; }
p { color: rgb(234,138,26); }
H1.HeaderClassName
{
color: #EA8A1A;
}
.AnyTagClassName
{
color: #EA8A1A;
}
</style>
background-color css
<style>
a { background-color: #EA8A1A; }
a { background-color: rgb(234,138,26); }
div.DivClassName
{
background-color: #EA8A1A;
}
.BgClassName
{
background-color: #EA8A1A;
}
</style>
border-color css
<style>
span { border-color: #EA8A1A; }
span { border-color: rgb(234,138,26); }
td.TdClassName
{
border-color: #EA8A1A;
}
.TagClassName
{
border-color: #EA8A1A;
}
</style>