Shades of Carrot Orange #EA992C
Tints of Carrot Orange #EA992C
RGB
CMYK
RGB Variations
Color information
#EA992C (or 0xEA992C) is known color: Carrot Orange. HEX triplet: EA, 99 and 2C. RGB value is (234,153,44). Sum of RGB (Red+Green+Blue) = 234+153+44=431 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.29% from 431); Green value is 153 (60.16% from 255 or 35.50% from 431); Blue value is 44 (17.58% from 255 or 10.21% from 431); Max value from RGB is 234 - color contains mainly: red. Hex color #EA992C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA992C is #1566D3. Grayscale: #A5A5A5. Windows color (decimal): -1402580 or 2922986. OLE color: 2922986.
HSL color Cylindrical-coordinate representation of color #EA992C: hue angle of 34.42º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EA992C is Cyan = 0, Magento = 0.35, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 153 | 44 | - |
| CMYK | 0 | 0.35 | 0.81 | 0.08 |
| HSL | 34.42º | 0.82% | 0.55% | - |
| HSV(B) | 34.42º | 0.81% | 0.92% | - |
| XYZ | 45.78 | 40.46 | 7.78 | - |
| YUV | 164.79 | 59.84 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 153 | 44 | 0 | 0.35 | 0.81 | 0.08 | 34.42 | 0.82 | 0.55 |
| Hex | EA | 99 | 2C | 0 | 23 | 51 | 8 | 22 | 52 | 37 |
| Octal | 352 | 231 | 54 | 0 | 43 | 121 | 10 | 42 | 122 | 67 |
| Binary | 11101010 | 10011001 | 101100 | 0 | 100011 | 1010001 | 1000 | 100010 | 1010010 | 110111 |
Color Harmonies of #EA992C
Complementary color
Monochromatic Colors of #EA992C
Black with #EA992C
Text Example
Text Example
White with #EA992C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA992C; }
p { color: rgb(234,153,44); }
H1.HeaderClassName
{
color: #EA992C;
}
.AnyTagClassName
{
color: #EA992C;
}
</style>
background-color css
<style>
a { background-color: #EA992C; }
a { background-color: rgb(234,153,44); }
div.DivClassName
{
background-color: #EA992C;
}
.BgClassName
{
background-color: #EA992C;
}
</style>
border-color css
<style>
span { border-color: #EA992C; }
span { border-color: rgb(234,153,44); }
td.TdClassName
{
border-color: #EA992C;
}
.TagClassName
{
border-color: #EA992C;
}
</style>