Shades of Orange Red #EE3807
Tints of Orange Red #EE3807
RGB
CMYK
RGB Variations
Color information
#EE3807 (or 0xEE3807) is known color: Orange Red. HEX triplet: EE, 38 and 07. RGB value is (238,56,7). Sum of RGB (Red+Green+Blue) = 238+56+7=301 (39% of max value = 765). Red value is 238 (93.36% from 255 or 79.07% from 301); Green value is 56 (22.27% from 255 or 18.60% from 301); Blue value is 7 (3.12% from 255 or 2.33% from 301); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3807 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3807 is #11C7F8. Grayscale: #696969. Windows color (decimal): -1165305 or 473326. OLE color: 473326.
HSL color Cylindrical-coordinate representation of color #EE3807: hue angle of 12.73º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE3807 is Cyan = 0, Magento = 0.76, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 56 | 7 | - |
| CMYK | 0 | 0.76 | 0.97 | 0.07 |
| HSL | 12.73º | 0.94% | 0.48% | - |
| HSV(B) | 12.73º | 0.97% | 0.93% | - |
| XYZ | 36.71 | 21.02 | 2.32 | - |
| YUV | 104.83 | 72.8 | 222.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 56 | 7 | 0 | 0.76 | 0.97 | 0.07 | 12.73 | 0.94 | 0.48 |
| Hex | EE | 38 | 7 | 0 | 4C | 61 | 7 | D | 5E | 30 |
| Octal | 356 | 70 | 7 | 0 | 114 | 141 | 7 | 15 | 136 | 60 |
| Binary | 11101110 | 111000 | 111 | 0 | 1001100 | 1100001 | 111 | 1101 | 1011110 | 110000 |
Color Harmonies of #EE3807
Complementary color
Monochromatic Colors of #EE3807
Black with #EE3807
Text Example
Text Example
White with #EE3807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3807; }
p { color: rgb(238,56,7); }
H1.HeaderClassName
{
color: #EE3807;
}
.AnyTagClassName
{
color: #EE3807;
}
</style>
background-color css
<style>
a { background-color: #EE3807; }
a { background-color: rgb(238,56,7); }
div.DivClassName
{
background-color: #EE3807;
}
.BgClassName
{
background-color: #EE3807;
}
</style>
border-color css
<style>
span { border-color: #EE3807; }
span { border-color: rgb(238,56,7); }
td.TdClassName
{
border-color: #EE3807;
}
.TagClassName
{
border-color: #EE3807;
}
</style>