Shades of Carrot Orange #EE8A1B
Tints of Carrot Orange #EE8A1B
RGB
CMYK
RGB Variations
Color information
#EE8A1B (or 0xEE8A1B) is known color: Carrot Orange. HEX triplet: EE, 8A and 1B. RGB value is (238,138,27). Sum of RGB (Red+Green+Blue) = 238+138+27=403 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.06% from 403); Green value is 138 (54.30% from 255 or 34.24% from 403); Blue value is 27 (10.94% from 255 or 6.70% from 403); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8A1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE8A1B is #1175E4. Grayscale: #9B9B9B. Windows color (decimal): -1144293 or 1805038. OLE color: 1805038.
HSL color Cylindrical-coordinate representation of color #EE8A1B: hue angle of 31.56º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE8A1B is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 138 | 27 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.07 |
| HSL | 31.56º | 0.86% | 0.52% | - |
| HSV(B) | 31.56º | 0.89% | 0.93% | - |
| XYZ | 44.55 | 36.43 | 5.72 | - |
| YUV | 155.25 | 55.63 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 138 | 27 | 0 | 0.42 | 0.89 | 0.07 | 31.56 | 0.86 | 0.52 |
| Hex | EE | 8A | 1B | 0 | 2A | 59 | 7 | 20 | 56 | 34 |
| Octal | 356 | 212 | 33 | 0 | 52 | 131 | 7 | 40 | 126 | 64 |
| Binary | 11101110 | 10001010 | 11011 | 0 | 101010 | 1011001 | 111 | 100000 | 1010110 | 110100 |
Color Harmonies of #EE8A1B
Complementary color
Monochromatic Colors of #EE8A1B
Black with #EE8A1B
Text Example
Text Example
White with #EE8A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8A1B; }
p { color: rgb(238,138,27); }
H1.HeaderClassName
{
color: #EE8A1B;
}
.AnyTagClassName
{
color: #EE8A1B;
}
</style>
background-color css
<style>
a { background-color: #EE8A1B; }
a { background-color: rgb(238,138,27); }
div.DivClassName
{
background-color: #EE8A1B;
}
.BgClassName
{
background-color: #EE8A1B;
}
</style>
border-color css
<style>
span { border-color: #EE8A1B; }
span { border-color: rgb(238,138,27); }
td.TdClassName
{
border-color: #EE8A1B;
}
.TagClassName
{
border-color: #EE8A1B;
}
</style>