Shades of Carrot Orange #EE8219
Tints of Carrot Orange #EE8219
RGB
CMYK
RGB Variations
Color information
#EE8219 (or 0xEE8219) is known color: Carrot Orange. HEX triplet: EE, 82 and 19. RGB value is (238,130,25). Sum of RGB (Red+Green+Blue) = 238+130+25=393 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.56% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 25 (10.16% from 255 or 6.36% from 393); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8219 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE8219 is #117DE6. Grayscale: #969696. Windows color (decimal): -1146343 or 1671918. OLE color: 1671918.
HSL color Cylindrical-coordinate representation of color #EE8219: hue angle of 29.58º 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 #EE8219 is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 130 | 25 | - |
| CMYK | 0 | 0.45 | 0.89 | 0.07 |
| HSL | 29.58º | 0.86% | 0.52% | - |
| HSV(B) | 29.58º | 0.89% | 0.93% | - |
| XYZ | 43.42 | 34.21 | 5.24 | - |
| YUV | 150.32 | 57.28 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 130 | 25 | 0 | 0.45 | 0.89 | 0.07 | 29.58 | 0.86 | 0.52 |
| Hex | EE | 82 | 19 | 0 | 2D | 59 | 7 | 1E | 56 | 34 |
| Octal | 356 | 202 | 31 | 0 | 55 | 131 | 7 | 36 | 126 | 64 |
| Binary | 11101110 | 10000010 | 11001 | 0 | 101101 | 1011001 | 111 | 11110 | 1010110 | 110100 |
Color Harmonies of #EE8219
Complementary color
Monochromatic Colors of #EE8219
Black with #EE8219
Text Example
Text Example
White with #EE8219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8219; }
p { color: rgb(238,130,25); }
H1.HeaderClassName
{
color: #EE8219;
}
.AnyTagClassName
{
color: #EE8219;
}
</style>
background-color css
<style>
a { background-color: #EE8219; }
a { background-color: rgb(238,130,25); }
div.DivClassName
{
background-color: #EE8219;
}
.BgClassName
{
background-color: #EE8219;
}
</style>
border-color css
<style>
span { border-color: #EE8219; }
span { border-color: rgb(238,130,25); }
td.TdClassName
{
border-color: #EE8219;
}
.TagClassName
{
border-color: #EE8219;
}
</style>