Shades of Orange Red #EE430A
Tints of Orange Red #EE430A
RGB
CMYK
RGB Variations
Color information
#EE430A (or 0xEE430A) is known color: Orange Red. HEX triplet: EE, 43 and 0A. RGB value is (238,67,10). Sum of RGB (Red+Green+Blue) = 238+67+10=315 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.56% from 315); Green value is 67 (26.56% from 255 or 21.27% from 315); Blue value is 10 (4.30% from 255 or 3.17% from 315); Max value from RGB is 238 - color contains mainly: red. Hex color #EE430A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE430A is #11BCF5. Grayscale: #707070. Windows color (decimal): -1162486 or 672750. OLE color: 672750.
HSL color Cylindrical-coordinate representation of color #EE430A: hue angle of 15º 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 #EE430A is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 67 | 10 | - |
| CMYK | 0 | 0.72 | 0.96 | 0.07 |
| HSL | 15º | 0.92% | 0.49% | - |
| HSV(B) | 15º | 0.96% | 0.93% | - |
| XYZ | 37.32 | 22.21 | 2.61 | - |
| YUV | 111.63 | 70.65 | 218.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 67 | 10 | 0 | 0.72 | 0.96 | 0.07 | 15 | 0.92 | 0.49 |
| Hex | EE | 43 | A | 0 | 48 | 60 | 7 | F | 5C | 31 |
| Octal | 356 | 103 | 12 | 0 | 110 | 140 | 7 | 17 | 134 | 61 |
| Binary | 11101110 | 1000011 | 1010 | 0 | 1001000 | 1100000 | 111 | 1111 | 1011100 | 110001 |
Color Harmonies of #EE430A
Complementary color
Monochromatic Colors of #EE430A
Black with #EE430A
Text Example
Text Example
White with #EE430A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE430A; }
p { color: rgb(238,67,10); }
H1.HeaderClassName
{
color: #EE430A;
}
.AnyTagClassName
{
color: #EE430A;
}
</style>
background-color css
<style>
a { background-color: #EE430A; }
a { background-color: rgb(238,67,10); }
div.DivClassName
{
background-color: #EE430A;
}
.BgClassName
{
background-color: #EE430A;
}
</style>
border-color css
<style>
span { border-color: #EE430A; }
span { border-color: rgb(238,67,10); }
td.TdClassName
{
border-color: #EE430A;
}
.TagClassName
{
border-color: #EE430A;
}
</style>