Shades of Yellow Sea #EA9F34
Tints of Yellow Sea #EA9F34
RGB
CMYK
RGB Variations
Color information
#EA9F34 (or 0xEA9F34) is known color: Yellow Sea. HEX triplet: EA, 9F and 34. RGB value is (234,159,52). Sum of RGB (Red+Green+Blue) = 234+159+52=445 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.58% from 445); Green value is 159 (62.5% from 255 or 35.73% from 445); Blue value is 52 (20.70% from 255 or 11.69% from 445); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9F34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9F34 is #1560CB. Grayscale: #A9A9A9. Windows color (decimal): -1401036 or 3448810. OLE color: 3448810.
HSL color Cylindrical-coordinate representation of color #EA9F34: hue angle of 35.27º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EA9F34 is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 159 | 52 | - |
| CMYK | 0 | 0.32 | 0.78 | 0.08 |
| HSL | 35.27º | 0.81% | 0.56% | - |
| HSV(B) | 35.27º | 0.78% | 0.92% | - |
| XYZ | 46.95 | 42.54 | 8.98 | - |
| YUV | 169.23 | 61.85 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 159 | 52 | 0 | 0.32 | 0.78 | 0.08 | 35.27 | 0.81 | 0.56 |
| Hex | EA | 9F | 34 | 0 | 20 | 4E | 8 | 23 | 51 | 38 |
| Octal | 352 | 237 | 64 | 0 | 40 | 116 | 10 | 43 | 121 | 70 |
| Binary | 11101010 | 10011111 | 110100 | 0 | 100000 | 1001110 | 1000 | 100011 | 1010001 | 111000 |
Color Harmonies of #EA9F34
Complementary color
Monochromatic Colors of #EA9F34
Black with #EA9F34
Text Example
Text Example
White with #EA9F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9F34; }
p { color: rgb(234,159,52); }
H1.HeaderClassName
{
color: #EA9F34;
}
.AnyTagClassName
{
color: #EA9F34;
}
</style>
background-color css
<style>
a { background-color: #EA9F34; }
a { background-color: rgb(234,159,52); }
div.DivClassName
{
background-color: #EA9F34;
}
.BgClassName
{
background-color: #EA9F34;
}
</style>
border-color css
<style>
span { border-color: #EA9F34; }
span { border-color: rgb(234,159,52); }
td.TdClassName
{
border-color: #EA9F34;
}
.TagClassName
{
border-color: #EA9F34;
}
</style>