Shades of Carrot Orange #EA821C
Tints of Carrot Orange #EA821C
RGB
CMYK
RGB Variations
Color information
#EA821C (or 0xEA821C) is known color: Carrot Orange. HEX triplet: EA, 82 and 1C. RGB value is (234,130,28). Sum of RGB (Red+Green+Blue) = 234+130+28=392 (51% of max value = 765). Red value is 234 (91.80% from 255 or 59.69% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 28 (11.33% from 255 or 7.14% from 392); Max value from RGB is 234 - color contains mainly: red. Hex color #EA821C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA821C is #157DE3. Grayscale: #959595. Windows color (decimal): -1408484 or 1868522. OLE color: 1868522.
HSL color Cylindrical-coordinate representation of color #EA821C: hue angle of 29.71º 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 #EA821C is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 130 | 28 | - |
| CMYK | 0 | 0.44 | 0.88 | 0.08 |
| HSL | 29.71º | 0.83% | 0.51% | - |
| HSV(B) | 29.71º | 0.88% | 0.92% | - |
| XYZ | 42.12 | 33.54 | 5.35 | - |
| YUV | 149.47 | 59.46 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 130 | 28 | 0 | 0.44 | 0.88 | 0.08 | 29.71 | 0.83 | 0.51 |
| Hex | EA | 82 | 1C | 0 | 2C | 58 | 8 | 1E | 53 | 33 |
| Octal | 352 | 202 | 34 | 0 | 54 | 130 | 10 | 36 | 123 | 63 |
| Binary | 11101010 | 10000010 | 11100 | 0 | 101100 | 1011000 | 1000 | 11110 | 1010011 | 110011 |
Color Harmonies of #EA821C
Complementary color
Monochromatic Colors of #EA821C
Black with #EA821C
Text Example
Text Example
White with #EA821C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA821C; }
p { color: rgb(234,130,28); }
H1.HeaderClassName
{
color: #EA821C;
}
.AnyTagClassName
{
color: #EA821C;
}
</style>
background-color css
<style>
a { background-color: #EA821C; }
a { background-color: rgb(234,130,28); }
div.DivClassName
{
background-color: #EA821C;
}
.BgClassName
{
background-color: #EA821C;
}
</style>
border-color css
<style>
span { border-color: #EA821C; }
span { border-color: rgb(234,130,28); }
td.TdClassName
{
border-color: #EA821C;
}
.TagClassName
{
border-color: #EA821C;
}
</style>