Shades of Carrot Orange #EE912C
Tints of Carrot Orange #EE912C
RGB
CMYK
RGB Variations
Color information
#EE912C (or 0xEE912C) is known color: Carrot Orange. HEX triplet: EE, 91 and 2C. RGB value is (238,145,44). Sum of RGB (Red+Green+Blue) = 238+145+44=427 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.74% from 427); Green value is 145 (57.03% from 255 or 33.96% from 427); Blue value is 44 (17.58% from 255 or 10.30% from 427); Max value from RGB is 238 - color contains mainly: red. Hex color #EE912C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE912C is #116ED3. Grayscale: #A1A1A1. Windows color (decimal): -1142484 or 2920942. OLE color: 2920942.
HSL color Cylindrical-coordinate representation of color #EE912C: hue angle of 31.24º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EE912C is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 145 | 44 | - |
| CMYK | 0 | 0.39 | 0.82 | 0.07 |
| HSL | 31.24º | 0.85% | 0.55% | - |
| HSV(B) | 31.24º | 0.82% | 0.93% | - |
| XYZ | 45.84 | 38.61 | 7.42 | - |
| YUV | 161.29 | 61.81 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 145 | 44 | 0 | 0.39 | 0.82 | 0.07 | 31.24 | 0.85 | 0.55 |
| Hex | EE | 91 | 2C | 0 | 27 | 52 | 7 | 1F | 55 | 37 |
| Octal | 356 | 221 | 54 | 0 | 47 | 122 | 7 | 37 | 125 | 67 |
| Binary | 11101110 | 10010001 | 101100 | 0 | 100111 | 1010010 | 111 | 11111 | 1010101 | 110111 |
Color Harmonies of #EE912C
Complementary color
Monochromatic Colors of #EE912C
Black with #EE912C
Text Example
Text Example
White with #EE912C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE912C; }
p { color: rgb(238,145,44); }
H1.HeaderClassName
{
color: #EE912C;
}
.AnyTagClassName
{
color: #EE912C;
}
</style>
background-color css
<style>
a { background-color: #EE912C; }
a { background-color: rgb(238,145,44); }
div.DivClassName
{
background-color: #EE912C;
}
.BgClassName
{
background-color: #EE912C;
}
</style>
border-color css
<style>
span { border-color: #EE912C; }
span { border-color: rgb(238,145,44); }
td.TdClassName
{
border-color: #EE912C;
}
.TagClassName
{
border-color: #EE912C;
}
</style>