Shades of Sun #EE963E
Tints of Sun #EE963E
RGB
CMYK
RGB Variations
Color information
#EE963E (or 0xEE963E) is known color: Sun. HEX triplet: EE, 96 and 3E. RGB value is (238,150,62). Sum of RGB (Red+Green+Blue) = 238+150+62=450 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.89% from 450); Green value is 150 (58.98% from 255 or 33.33% from 450); Blue value is 62 (24.61% from 255 or 13.78% from 450); Max value from RGB is 238 - color contains mainly: red. Hex color #EE963E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE963E is #1169C1. Grayscale: #A6A6A6. Windows color (decimal): -1141186 or 4101870. OLE color: 4101870.
HSL color Cylindrical-coordinate representation of color #EE963E: hue angle of 30º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EE963E is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 150 | 62 | - |
CMYK | 0 | 0.37 | 0.74 | 0.07 |
HSL | 30º | 0.84% | 0.59% | - |
HSV(B) | 30º | 0.74% | 0.93% | - |
XYZ | 47.04 | 40.34 | 9.86 | - |
YUV | 166.28 | 69.15 | 179.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 150 | 62 | 0 | 0.37 | 0.74 | 0.07 | 30 | 0.84 | 0.59 |
Hex | EE | 96 | 3E | 0 | 25 | 4A | 7 | 1E | 54 | 3B |
Octal | 356 | 226 | 76 | 0 | 45 | 112 | 7 | 36 | 124 | 73 |
Binary | 11101110 | 10010110 | 111110 | 0 | 100101 | 1001010 | 111 | 11110 | 1010100 | 111011 |
Color Harmonies of #EE963E
Complementary color
Monochromatic Colors of #EE963E
Black with #EE963E
Text Example
Text Example
White with #EE963E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE963E; }
p { color: rgb(238,150,62); }
H1.HeaderClassName
{
color: #EE963E;
}
.AnyTagClassName
{
color: #EE963E;
}
</style>
background-color css
<style>
a { background-color: #EE963E; }
a { background-color: rgb(238,150,62); }
div.DivClassName
{
background-color: #EE963E;
}
.BgClassName
{
background-color: #EE963E;
}
</style>
border-color css
<style>
span { border-color: #EE963E; }
span { border-color: rgb(238,150,62); }
td.TdClassName
{
border-color: #EE963E;
}
.TagClassName
{
border-color: #EE963E;
}
</style>