Shades of Orange Red #EE4500
Tints of Orange Red #EE4500
RGB
CMYK
RGB Variations
Color information
#EE4500 (or 0xEE4500) is known color: Orange Red. HEX triplet: EE, 45 and 00. RGB value is (238,69,0). Sum of RGB (Red+Green+Blue) = 238+69+0=307 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.52% from 307); Green value is 69 (27.34% from 255 or 22.48% from 307); Blue value is 0 (0.39% from 255 or 0% from 307); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4500 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE4500 is #11BAFF. Grayscale: #707070. Windows color (decimal): -1161984 or 17902. OLE color: 17902.
HSL color Cylindrical-coordinate representation of color #EE4500: hue angle of 17.39º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE4500 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 69 | 0 | - |
| CMYK | 0 | 0.71 | 1 | 0.07 |
| HSL | 17.39º | 1% | 0.47% | - |
| HSV(B) | 17.39º | 1% | 0.93% | - |
| XYZ | 37.39 | 22.43 | 2.36 | - |
| YUV | 111.67 | 64.99 | 218.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 69 | 0 | 0 | 0.71 | 1 | 0.07 | 17.39 | 1 | 0.47 |
| Hex | EE | 45 | 0 | 0 | 47 | 64 | 7 | 11 | 64 | 2F |
| Octal | 356 | 105 | 0 | 0 | 107 | 144 | 7 | 21 | 144 | 57 |
| Binary | 11101110 | 1000101 | 0 | 0 | 1000111 | 1100100 | 111 | 10001 | 1100100 | 101111 |
Color Harmonies of #EE4500
Complementary color
Monochromatic Colors of #EE4500
Black with #EE4500
Text Example
Text Example
White with #EE4500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4500; }
p { color: rgb(238,69,0); }
H1.HeaderClassName
{
color: #EE4500;
}
.AnyTagClassName
{
color: #EE4500;
}
</style>
background-color css
<style>
a { background-color: #EE4500; }
a { background-color: rgb(238,69,0); }
div.DivClassName
{
background-color: #EE4500;
}
.BgClassName
{
background-color: #EE4500;
}
</style>
border-color css
<style>
span { border-color: #EE4500; }
span { border-color: rgb(238,69,0); }
td.TdClassName
{
border-color: #EE4500;
}
.TagClassName
{
border-color: #EE4500;
}
</style>