Shades of Yellow Sea #EDA02E
Tints of Yellow Sea #EDA02E
RGB
CMYK
RGB Variations
Color information
#EDA02E (or 0xEDA02E) is known color: Yellow Sea. HEX triplet: ED, A0 and 2E. RGB value is (237,160,46). Sum of RGB (Red+Green+Blue) = 237+160+46=443 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.50% from 443); Green value is 160 (62.89% from 255 or 36.12% from 443); Blue value is 46 (18.36% from 255 or 10.38% from 443); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA02E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA02E is #125FD1. Grayscale: #AAAAAA. Windows color (decimal): -1204178 or 3055853. OLE color: 3055853.
HSL color Cylindrical-coordinate representation of color #EDA02E: hue angle of 35.81º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EDA02E is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 160 | 46 | - |
| CMYK | 0 | 0.32 | 0.81 | 0.07 |
| HSL | 35.81º | 0.84% | 0.55% | - |
| HSV(B) | 35.81º | 0.81% | 0.93% | - |
| XYZ | 47.99 | 43.34 | 8.42 | - |
| YUV | 170.03 | 58.01 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 160 | 46 | 0 | 0.32 | 0.81 | 0.07 | 35.81 | 0.84 | 0.55 |
| Hex | ED | A0 | 2E | 0 | 20 | 51 | 7 | 24 | 54 | 37 |
| Octal | 355 | 240 | 56 | 0 | 40 | 121 | 7 | 44 | 124 | 67 |
| Binary | 11101101 | 10100000 | 101110 | 0 | 100000 | 1010001 | 111 | 100100 | 1010100 | 110111 |
Color Harmonies of #EDA02E
Complementary color
Monochromatic Colors of #EDA02E
Black with #EDA02E
Text Example
Text Example
White with #EDA02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA02E; }
p { color: rgb(237,160,46); }
H1.HeaderClassName
{
color: #EDA02E;
}
.AnyTagClassName
{
color: #EDA02E;
}
</style>
background-color css
<style>
a { background-color: #EDA02E; }
a { background-color: rgb(237,160,46); }
div.DivClassName
{
background-color: #EDA02E;
}
.BgClassName
{
background-color: #EDA02E;
}
</style>
border-color css
<style>
span { border-color: #EDA02E; }
span { border-color: rgb(237,160,46); }
td.TdClassName
{
border-color: #EDA02E;
}
.TagClassName
{
border-color: #EDA02E;
}
</style>