Shades of Yellow Sea #EA982F
Tints of Yellow Sea #EA982F
RGB
CMYK
RGB Variations
Color information
#EA982F (or 0xEA982F) is known color: Yellow Sea. HEX triplet: EA, 98 and 2F. RGB value is (234,152,47). Sum of RGB (Red+Green+Blue) = 234+152+47=433 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.04% from 433); Green value is 152 (59.77% from 255 or 35.10% from 433); Blue value is 47 (18.75% from 255 or 10.85% from 433); Max value from RGB is 234 - color contains mainly: red. Hex color #EA982F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA982F is #1567D0. Grayscale: #A5A5A5. Windows color (decimal): -1402833 or 3119338. OLE color: 3119338.
HSL color Cylindrical-coordinate representation of color #EA982F: hue angle of 33.69º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EA982F is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 152 | 47 | - |
| CMYK | 0 | 0.35 | 0.80 | 0.08 |
| HSL | 33.69º | 0.82% | 0.55% | - |
| HSV(B) | 33.69º | 0.8% | 0.92% | - |
| XYZ | 45.67 | 40.15 | 8.03 | - |
| YUV | 164.55 | 61.67 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 152 | 47 | 0 | 0.35 | 0.80 | 0.08 | 33.69 | 0.82 | 0.55 |
| Hex | EA | 98 | 2F | 0 | 23 | 50 | 8 | 22 | 52 | 37 |
| Octal | 352 | 230 | 57 | 0 | 43 | 120 | 10 | 42 | 122 | 67 |
| Binary | 11101010 | 10011000 | 101111 | 0 | 100011 | 1010000 | 1000 | 100010 | 1010010 | 110111 |
Color Harmonies of #EA982F
Complementary color
Monochromatic Colors of #EA982F
Black with #EA982F
Text Example
Text Example
White with #EA982F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA982F; }
p { color: rgb(234,152,47); }
H1.HeaderClassName
{
color: #EA982F;
}
.AnyTagClassName
{
color: #EA982F;
}
</style>
background-color css
<style>
a { background-color: #EA982F; }
a { background-color: rgb(234,152,47); }
div.DivClassName
{
background-color: #EA982F;
}
.BgClassName
{
background-color: #EA982F;
}
</style>
border-color css
<style>
span { border-color: #EA982F; }
span { border-color: rgb(234,152,47); }
td.TdClassName
{
border-color: #EA982F;
}
.TagClassName
{
border-color: #EA982F;
}
</style>