Shades of Carrot Orange #EE8D2B
Tints of Carrot Orange #EE8D2B
RGB
CMYK
RGB Variations
Color information
#EE8D2B (or 0xEE8D2B) is known color: Carrot Orange. HEX triplet: EE, 8D and 2B. RGB value is (238,141,43). Sum of RGB (Red+Green+Blue) = 238+141+43=422 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.40% from 422); Green value is 141 (55.47% from 255 or 33.41% from 422); Blue value is 43 (17.19% from 255 or 10.19% from 422); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8D2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE8D2B is #1172D4. Grayscale: #9F9F9F. Windows color (decimal): -1143509 or 2854382. OLE color: 2854382.
HSL color Cylindrical-coordinate representation of color #EE8D2B: hue angle of 30.15º 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 #EE8D2B is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 141 | 43 | - |
| CMYK | 0 | 0.41 | 0.82 | 0.07 |
| HSL | 30.15º | 0.85% | 0.55% | - |
| HSV(B) | 30.15º | 0.82% | 0.93% | - |
| XYZ | 45.22 | 37.4 | 7.12 | - |
| YUV | 158.83 | 62.64 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 141 | 43 | 0 | 0.41 | 0.82 | 0.07 | 30.15 | 0.85 | 0.55 |
| Hex | EE | 8D | 2B | 0 | 29 | 52 | 7 | 1E | 55 | 37 |
| Octal | 356 | 215 | 53 | 0 | 51 | 122 | 7 | 36 | 125 | 67 |
| Binary | 11101110 | 10001101 | 101011 | 0 | 101001 | 1010010 | 111 | 11110 | 1010101 | 110111 |
Color Harmonies of #EE8D2B
Complementary color
Monochromatic Colors of #EE8D2B
Black with #EE8D2B
Text Example
Text Example
White with #EE8D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8D2B; }
p { color: rgb(238,141,43); }
H1.HeaderClassName
{
color: #EE8D2B;
}
.AnyTagClassName
{
color: #EE8D2B;
}
</style>
background-color css
<style>
a { background-color: #EE8D2B; }
a { background-color: rgb(238,141,43); }
div.DivClassName
{
background-color: #EE8D2B;
}
.BgClassName
{
background-color: #EE8D2B;
}
</style>
border-color css
<style>
span { border-color: #EE8D2B; }
span { border-color: rgb(238,141,43); }
td.TdClassName
{
border-color: #EE8D2B;
}
.TagClassName
{
border-color: #EE8D2B;
}
</style>