Shades of Yellow Sea #EA9E30
Tints of Yellow Sea #EA9E30
RGB
CMYK
RGB Variations
Color information
#EA9E30 (or 0xEA9E30) is known color: Yellow Sea. HEX triplet: EA, 9E and 30. RGB value is (234,158,48). Sum of RGB (Red+Green+Blue) = 234+158+48=440 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.18% from 440); Green value is 158 (62.11% from 255 or 35.91% from 440); Blue value is 48 (19.14% from 255 or 10.91% from 440); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9E30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9E30 is #1561CF. Grayscale: #A8A8A8. Windows color (decimal): -1401296 or 3186410. OLE color: 3186410.
HSL color Cylindrical-coordinate representation of color #EA9E30: hue angle of 35.48º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EA9E30 is Cyan = 0, Magento = 0.32, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 158 | 48 | - |
| CMYK | 0 | 0.32 | 0.79 | 0.08 |
| HSL | 35.48º | 0.82% | 0.55% | - |
| HSV(B) | 35.48º | 0.79% | 0.92% | - |
| XYZ | 46.69 | 42.16 | 8.47 | - |
| YUV | 168.18 | 60.18 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 158 | 48 | 0 | 0.32 | 0.79 | 0.08 | 35.48 | 0.82 | 0.55 |
| Hex | EA | 9E | 30 | 0 | 20 | 4F | 8 | 23 | 52 | 37 |
| Octal | 352 | 236 | 60 | 0 | 40 | 117 | 10 | 43 | 122 | 67 |
| Binary | 11101010 | 10011110 | 110000 | 0 | 100000 | 1001111 | 1000 | 100011 | 1010010 | 110111 |
Color Harmonies of #EA9E30
Complementary color
Monochromatic Colors of #EA9E30
Black with #EA9E30
Text Example
Text Example
White with #EA9E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9E30; }
p { color: rgb(234,158,48); }
H1.HeaderClassName
{
color: #EA9E30;
}
.AnyTagClassName
{
color: #EA9E30;
}
</style>
background-color css
<style>
a { background-color: #EA9E30; }
a { background-color: rgb(234,158,48); }
div.DivClassName
{
background-color: #EA9E30;
}
.BgClassName
{
background-color: #EA9E30;
}
</style>
border-color css
<style>
span { border-color: #EA9E30; }
span { border-color: rgb(234,158,48); }
td.TdClassName
{
border-color: #EA9E30;
}
.TagClassName
{
border-color: #EA9E30;
}
</style>