Shades of Carrot Orange #EE7F20
Tints of Carrot Orange #EE7F20
RGB
CMYK
RGB Variations
Color information
#EE7F20 (or 0xEE7F20) is known color: Carrot Orange. HEX triplet: EE, 7F and 20. RGB value is (238,127,32). Sum of RGB (Red+Green+Blue) = 238+127+32=397 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.95% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 32 (12.89% from 255 or 8.06% from 397); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7F20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE7F20 is #1180DF. Grayscale: #959595. Windows color (decimal): -1147104 or 2129902. OLE color: 2129902.
HSL color Cylindrical-coordinate representation of color #EE7F20: hue angle of 27.67º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE7F20 is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 127 | 32 | - |
| CMYK | 0 | 0.47 | 0.87 | 0.07 |
| HSL | 27.67º | 0.86% | 0.53% | - |
| HSV(B) | 27.67º | 0.87% | 0.93% | - |
| XYZ | 43.11 | 33.46 | 5.55 | - |
| YUV | 149.36 | 61.77 | 191.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 127 | 32 | 0 | 0.47 | 0.87 | 0.07 | 27.67 | 0.86 | 0.53 |
| Hex | EE | 7F | 20 | 0 | 2F | 57 | 7 | 1C | 56 | 35 |
| Octal | 356 | 177 | 40 | 0 | 57 | 127 | 7 | 34 | 126 | 65 |
| Binary | 11101110 | 1111111 | 100000 | 0 | 101111 | 1010111 | 111 | 11100 | 1010110 | 110101 |
Color Harmonies of #EE7F20
Complementary color
Monochromatic Colors of #EE7F20
Black with #EE7F20
Text Example
Text Example
White with #EE7F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7F20; }
p { color: rgb(238,127,32); }
H1.HeaderClassName
{
color: #EE7F20;
}
.AnyTagClassName
{
color: #EE7F20;
}
</style>
background-color css
<style>
a { background-color: #EE7F20; }
a { background-color: rgb(238,127,32); }
div.DivClassName
{
background-color: #EE7F20;
}
.BgClassName
{
background-color: #EE7F20;
}
</style>
border-color css
<style>
span { border-color: #EE7F20; }
span { border-color: rgb(238,127,32); }
td.TdClassName
{
border-color: #EE7F20;
}
.TagClassName
{
border-color: #EE7F20;
}
</style>