Shades of Orange Red #EE430F
Tints of Orange Red #EE430F
RGB
CMYK
RGB Variations
Color information
#EE430F (or 0xEE430F) is known color: Orange Red. HEX triplet: EE, 43 and 0F. RGB value is (238,67,15). Sum of RGB (Red+Green+Blue) = 238+67+15=320 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.38% from 320); Green value is 67 (26.56% from 255 or 20.94% from 320); Blue value is 15 (6.25% from 255 or 4.69% from 320); Max value from RGB is 238 - color contains mainly: red. Hex color #EE430F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE430F is #11BCF0. Grayscale: #707070. Windows color (decimal): -1162481 or 1000430. OLE color: 1000430.
HSL color Cylindrical-coordinate representation of color #EE430F: hue angle of 13.99º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE430F is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 67 | 15 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.07 |
| HSL | 13.99º | 0.88% | 0.5% | - |
| HSV(B) | 13.99º | 0.94% | 0.93% | - |
| XYZ | 37.35 | 22.23 | 2.77 | - |
| YUV | 112.2 | 73.15 | 217.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 67 | 15 | 0 | 0.72 | 0.94 | 0.07 | 13.99 | 0.88 | 0.5 |
| Hex | EE | 43 | F | 0 | 48 | 5E | 7 | E | 58 | 32 |
| Octal | 356 | 103 | 17 | 0 | 110 | 136 | 7 | 16 | 130 | 62 |
| Binary | 11101110 | 1000011 | 1111 | 0 | 1001000 | 1011110 | 111 | 1110 | 1011000 | 110010 |
Color Harmonies of #EE430F
Complementary color
Monochromatic Colors of #EE430F
Black with #EE430F
Text Example
Text Example
White with #EE430F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE430F; }
p { color: rgb(238,67,15); }
H1.HeaderClassName
{
color: #EE430F;
}
.AnyTagClassName
{
color: #EE430F;
}
</style>
background-color css
<style>
a { background-color: #EE430F; }
a { background-color: rgb(238,67,15); }
div.DivClassName
{
background-color: #EE430F;
}
.BgClassName
{
background-color: #EE430F;
}
</style>
border-color css
<style>
span { border-color: #EE430F; }
span { border-color: rgb(238,67,15); }
td.TdClassName
{
border-color: #EE430F;
}
.TagClassName
{
border-color: #EE430F;
}
</style>