Shades of Outrageous Orange #EF643D
Tints of Outrageous Orange #EF643D
RGB
CMYK
RGB Variations
Color information
#EF643D (or 0xEF643D) is known color: Outrageous Orange. HEX triplet: EF, 64 and 3D. RGB value is (239,100,61). Sum of RGB (Red+Green+Blue) = 239+100+61=400 (52% of max value = 765). Red value is 239 (93.75% from 255 or 59.75% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 61 (24.22% from 255 or 15.25% from 400); Max value from RGB is 239 - color contains mainly: red. Hex color #EF643D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF643D is #109BC2. Grayscale: #898989. Windows color (decimal): -1088451 or 4023535. OLE color: 4023535.
HSL color Cylindrical-coordinate representation of color #EF643D: hue angle of 13.15º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EF643D is Cyan = 0, Magento = 0.58, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 100 | 61 | - |
| CMYK | 0 | 0.58 | 0.74 | 0.06 |
| HSL | 13.15º | 0.85% | 0.59% | - |
| HSV(B) | 13.15º | 0.74% | 0.94% | - |
| XYZ | 41 | 27.8 | 7.62 | - |
| YUV | 137.12 | 85.05 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 100 | 61 | 0 | 0.58 | 0.74 | 0.06 | 13.15 | 0.85 | 0.59 |
| Hex | EF | 64 | 3D | 0 | 3A | 4A | 6 | D | 55 | 3B |
| Octal | 357 | 144 | 75 | 0 | 72 | 112 | 6 | 15 | 125 | 73 |
| Binary | 11101111 | 1100100 | 111101 | 0 | 111010 | 1001010 | 110 | 1101 | 1010101 | 111011 |
Color Harmonies of #EF643D
Complementary color
Monochromatic Colors of #EF643D
Black with #EF643D
Text Example
Text Example
White with #EF643D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF643D; }
p { color: rgb(239,100,61); }
H1.HeaderClassName
{
color: #EF643D;
}
.AnyTagClassName
{
color: #EF643D;
}
</style>
background-color css
<style>
a { background-color: #EF643D; }
a { background-color: rgb(239,100,61); }
div.DivClassName
{
background-color: #EF643D;
}
.BgClassName
{
background-color: #EF643D;
}
</style>
border-color css
<style>
span { border-color: #EF643D; }
span { border-color: rgb(239,100,61); }
td.TdClassName
{
border-color: #EF643D;
}
.TagClassName
{
border-color: #EF643D;
}
</style>