Shades of Carrot Orange #EA7E1C
Tints of Carrot Orange #EA7E1C
RGB
CMYK
RGB Variations
Color information
#EA7E1C (or 0xEA7E1C) is known color: Carrot Orange. HEX triplet: EA, 7E and 1C. RGB value is (234,126,28). Sum of RGB (Red+Green+Blue) = 234+126+28=388 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.31% from 388); Green value is 126 (49.61% from 255 or 32.47% from 388); Blue value is 28 (11.33% from 255 or 7.22% from 388); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7E1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA7E1C is #1581E3. Grayscale: #939393. Windows color (decimal): -1409508 or 1867498. OLE color: 1867498.
HSL color Cylindrical-coordinate representation of color #EA7E1C: hue angle of 28.54º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA7E1C is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 126 | 28 | - |
| CMYK | 0 | 0.46 | 0.88 | 0.08 |
| HSL | 28.54º | 0.83% | 0.51% | - |
| HSV(B) | 28.54º | 0.88% | 0.92% | - |
| XYZ | 41.6 | 32.5 | 5.18 | - |
| YUV | 147.12 | 60.78 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 126 | 28 | 0 | 0.46 | 0.88 | 0.08 | 28.54 | 0.83 | 0.51 |
| Hex | EA | 7E | 1C | 0 | 2E | 58 | 8 | 1D | 53 | 33 |
| Octal | 352 | 176 | 34 | 0 | 56 | 130 | 10 | 35 | 123 | 63 |
| Binary | 11101010 | 1111110 | 11100 | 0 | 101110 | 1011000 | 1000 | 11101 | 1010011 | 110011 |
Color Harmonies of #EA7E1C
Complementary color
Monochromatic Colors of #EA7E1C
Black with #EA7E1C
Text Example
Text Example
White with #EA7E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7E1C; }
p { color: rgb(234,126,28); }
H1.HeaderClassName
{
color: #EA7E1C;
}
.AnyTagClassName
{
color: #EA7E1C;
}
</style>
background-color css
<style>
a { background-color: #EA7E1C; }
a { background-color: rgb(234,126,28); }
div.DivClassName
{
background-color: #EA7E1C;
}
.BgClassName
{
background-color: #EA7E1C;
}
</style>
border-color css
<style>
span { border-color: #EA7E1C; }
span { border-color: rgb(234,126,28); }
td.TdClassName
{
border-color: #EA7E1C;
}
.TagClassName
{
border-color: #EA7E1C;
}
</style>