Shades of Yellow Sea #EE9630
Tints of Yellow Sea #EE9630
RGB
CMYK
RGB Variations
Color information
#EE9630 (or 0xEE9630) is known color: Yellow Sea. HEX triplet: EE, 96 and 30. RGB value is (238,150,48). Sum of RGB (Red+Green+Blue) = 238+150+48=436 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.59% from 436); Green value is 150 (58.98% from 255 or 34.40% from 436); Blue value is 48 (19.14% from 255 or 11.01% from 436); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9630 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE9630 is #1169CF. Grayscale: #A5A5A5. Windows color (decimal): -1141200 or 3184366. OLE color: 3184366.
HSL color Cylindrical-coordinate representation of color #EE9630: hue angle of 32.21º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EE9630 is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 150 | 48 | - |
| CMYK | 0 | 0.37 | 0.80 | 0.07 |
| HSL | 32.21º | 0.85% | 0.56% | - |
| HSV(B) | 32.21º | 0.8% | 0.93% | - |
| XYZ | 46.7 | 40.2 | 8.09 | - |
| YUV | 164.68 | 62.15 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 150 | 48 | 0 | 0.37 | 0.80 | 0.07 | 32.21 | 0.85 | 0.56 |
| Hex | EE | 96 | 30 | 0 | 25 | 50 | 7 | 20 | 55 | 38 |
| Octal | 356 | 226 | 60 | 0 | 45 | 120 | 7 | 40 | 125 | 70 |
| Binary | 11101110 | 10010110 | 110000 | 0 | 100101 | 1010000 | 111 | 100000 | 1010101 | 111000 |
Color Harmonies of #EE9630
Complementary color
Monochromatic Colors of #EE9630
Black with #EE9630
Text Example
Text Example
White with #EE9630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9630; }
p { color: rgb(238,150,48); }
H1.HeaderClassName
{
color: #EE9630;
}
.AnyTagClassName
{
color: #EE9630;
}
</style>
background-color css
<style>
a { background-color: #EE9630; }
a { background-color: rgb(238,150,48); }
div.DivClassName
{
background-color: #EE9630;
}
.BgClassName
{
background-color: #EE9630;
}
</style>
border-color css
<style>
span { border-color: #EE9630; }
span { border-color: rgb(238,150,48); }
td.TdClassName
{
border-color: #EE9630;
}
.TagClassName
{
border-color: #EE9630;
}
</style>