Shades of Carrot Orange #EE7F1D
Tints of Carrot Orange #EE7F1D
RGB
CMYK
RGB Variations
Color information
#EE7F1D (or 0xEE7F1D) is known color: Carrot Orange. HEX triplet: EE, 7F and 1D. RGB value is (238,127,29). Sum of RGB (Red+Green+Blue) = 238+127+29=394 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.41% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 29 (11.72% from 255 or 7.36% from 394); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7F1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE7F1D is #1180E2. Grayscale: #959595. Windows color (decimal): -1147107 or 1933294. OLE color: 1933294.
HSL color Cylindrical-coordinate representation of color #EE7F1D: hue angle of 28.13º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EE7F1D is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 127 | 29 | - |
| CMYK | 0 | 0.47 | 0.88 | 0.07 |
| HSL | 28.13º | 0.86% | 0.52% | - |
| HSV(B) | 28.13º | 0.88% | 0.93% | - |
| XYZ | 43.07 | 33.44 | 5.35 | - |
| YUV | 149.02 | 60.27 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 127 | 29 | 0 | 0.47 | 0.88 | 0.07 | 28.13 | 0.86 | 0.52 |
| Hex | EE | 7F | 1D | 0 | 2F | 58 | 7 | 1C | 56 | 34 |
| Octal | 356 | 177 | 35 | 0 | 57 | 130 | 7 | 34 | 126 | 64 |
| Binary | 11101110 | 1111111 | 11101 | 0 | 101111 | 1011000 | 111 | 11100 | 1010110 | 110100 |
Color Harmonies of #EE7F1D
Complementary color
Monochromatic Colors of #EE7F1D
Black with #EE7F1D
Text Example
Text Example
White with #EE7F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7F1D; }
p { color: rgb(238,127,29); }
H1.HeaderClassName
{
color: #EE7F1D;
}
.AnyTagClassName
{
color: #EE7F1D;
}
</style>
background-color css
<style>
a { background-color: #EE7F1D; }
a { background-color: rgb(238,127,29); }
div.DivClassName
{
background-color: #EE7F1D;
}
.BgClassName
{
background-color: #EE7F1D;
}
</style>
border-color css
<style>
span { border-color: #EE7F1D; }
span { border-color: rgb(238,127,29); }
td.TdClassName
{
border-color: #EE7F1D;
}
.TagClassName
{
border-color: #EE7F1D;
}
</style>