Shades of Orange Red #EE380A
Tints of Orange Red #EE380A
RGB
CMYK
RGB Variations
Color information
#EE380A (or 0xEE380A) is known color: Orange Red. HEX triplet: EE, 38 and 0A. RGB value is (238,56,10). Sum of RGB (Red+Green+Blue) = 238+56+10=304 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.29% from 304); Green value is 56 (22.27% from 255 or 18.42% from 304); Blue value is 10 (4.30% from 255 or 3.29% from 304); Max value from RGB is 238 - color contains mainly: red. Hex color #EE380A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE380A is #11C7F5. Grayscale: #696969. Windows color (decimal): -1165302 or 669934. OLE color: 669934.
HSL color Cylindrical-coordinate representation of color #EE380A: hue angle of 12.11º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE380A is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 56 | 10 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.07 |
| HSL | 12.11º | 0.92% | 0.49% | - |
| HSV(B) | 12.11º | 0.96% | 0.93% | - |
| XYZ | 36.73 | 21.03 | 2.41 | - |
| YUV | 105.17 | 74.3 | 222.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 56 | 10 | 0 | 0.76 | 0.96 | 0.07 | 12.11 | 0.92 | 0.49 |
| Hex | EE | 38 | A | 0 | 4C | 60 | 7 | C | 5C | 31 |
| Octal | 356 | 70 | 12 | 0 | 114 | 140 | 7 | 14 | 134 | 61 |
| Binary | 11101110 | 111000 | 1010 | 0 | 1001100 | 1100000 | 111 | 1100 | 1011100 | 110001 |
Color Harmonies of #EE380A
Complementary color
Monochromatic Colors of #EE380A
Black with #EE380A
Text Example
Text Example
White with #EE380A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE380A; }
p { color: rgb(238,56,10); }
H1.HeaderClassName
{
color: #EE380A;
}
.AnyTagClassName
{
color: #EE380A;
}
</style>
background-color css
<style>
a { background-color: #EE380A; }
a { background-color: rgb(238,56,10); }
div.DivClassName
{
background-color: #EE380A;
}
.BgClassName
{
background-color: #EE380A;
}
</style>
border-color css
<style>
span { border-color: #EE380A; }
span { border-color: rgb(238,56,10); }
td.TdClassName
{
border-color: #EE380A;
}
.TagClassName
{
border-color: #EE380A;
}
</style>