Shades of Carrot Orange #EE912B
Tints of Carrot Orange #EE912B
RGB
CMYK
RGB Variations
Color information
#EE912B (or 0xEE912B) is known color: Carrot Orange. HEX triplet: EE, 91 and 2B. RGB value is (238,145,43). Sum of RGB (Red+Green+Blue) = 238+145+43=426 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.87% from 426); Green value is 145 (57.03% from 255 or 34.04% from 426); Blue value is 43 (17.19% from 255 or 10.09% from 426); Max value from RGB is 238 - color contains mainly: red. Hex color #EE912B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE912B is #116ED4. Grayscale: #A1A1A1. Windows color (decimal): -1142485 or 2855406. OLE color: 2855406.
HSL color Cylindrical-coordinate representation of color #EE912B: hue angle of 31.38º 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 #EE912B is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 145 | 43 | - |
| CMYK | 0 | 0.39 | 0.82 | 0.07 |
| HSL | 31.38º | 0.85% | 0.55% | - |
| HSV(B) | 31.38º | 0.82% | 0.93% | - |
| XYZ | 45.82 | 38.6 | 7.32 | - |
| YUV | 161.18 | 61.31 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 145 | 43 | 0 | 0.39 | 0.82 | 0.07 | 31.38 | 0.85 | 0.55 |
| Hex | EE | 91 | 2B | 0 | 27 | 52 | 7 | 1F | 55 | 37 |
| Octal | 356 | 221 | 53 | 0 | 47 | 122 | 7 | 37 | 125 | 67 |
| Binary | 11101110 | 10010001 | 101011 | 0 | 100111 | 1010010 | 111 | 11111 | 1010101 | 110111 |
Color Harmonies of #EE912B
Complementary color
Monochromatic Colors of #EE912B
Black with #EE912B
Text Example
Text Example
White with #EE912B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE912B; }
p { color: rgb(238,145,43); }
H1.HeaderClassName
{
color: #EE912B;
}
.AnyTagClassName
{
color: #EE912B;
}
</style>
background-color css
<style>
a { background-color: #EE912B; }
a { background-color: rgb(238,145,43); }
div.DivClassName
{
background-color: #EE912B;
}
.BgClassName
{
background-color: #EE912B;
}
</style>
border-color css
<style>
span { border-color: #EE912B; }
span { border-color: rgb(238,145,43); }
td.TdClassName
{
border-color: #EE912B;
}
.TagClassName
{
border-color: #EE912B;
}
</style>