Shades of Yellow Sea #EDA02F
Tints of Yellow Sea #EDA02F
RGB
CMYK
RGB Variations
Color information
#EDA02F (or 0xEDA02F) is known color: Yellow Sea. HEX triplet: ED, A0 and 2F. RGB value is (237,160,47). Sum of RGB (Red+Green+Blue) = 237+160+47=444 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.38% from 444); Green value is 160 (62.89% from 255 or 36.04% from 444); Blue value is 47 (18.75% from 255 or 10.59% from 444); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA02F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA02F is #125FD0. Grayscale: #AAAAAA. Windows color (decimal): -1204177 or 3121389. OLE color: 3121389.
HSL color Cylindrical-coordinate representation of color #EDA02F: hue angle of 35.68º degrees, saturation: 0.84, 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 #EDA02F is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 160 | 47 | - |
| CMYK | 0 | 0.32 | 0.80 | 0.07 |
| HSL | 35.68º | 0.84% | 0.56% | - |
| HSV(B) | 35.68º | 0.8% | 0.93% | - |
| XYZ | 48.01 | 43.35 | 8.53 | - |
| YUV | 170.14 | 58.51 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 160 | 47 | 0 | 0.32 | 0.80 | 0.07 | 35.68 | 0.84 | 0.56 |
| Hex | ED | A0 | 2F | 0 | 20 | 50 | 7 | 24 | 54 | 38 |
| Octal | 355 | 240 | 57 | 0 | 40 | 120 | 7 | 44 | 124 | 70 |
| Binary | 11101101 | 10100000 | 101111 | 0 | 100000 | 1010000 | 111 | 100100 | 1010100 | 111000 |
Color Harmonies of #EDA02F
Complementary color
Monochromatic Colors of #EDA02F
Black with #EDA02F
Text Example
Text Example
White with #EDA02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA02F; }
p { color: rgb(237,160,47); }
H1.HeaderClassName
{
color: #EDA02F;
}
.AnyTagClassName
{
color: #EDA02F;
}
</style>
background-color css
<style>
a { background-color: #EDA02F; }
a { background-color: rgb(237,160,47); }
div.DivClassName
{
background-color: #EDA02F;
}
.BgClassName
{
background-color: #EDA02F;
}
</style>
border-color css
<style>
span { border-color: #EDA02F; }
span { border-color: rgb(237,160,47); }
td.TdClassName
{
border-color: #EDA02F;
}
.TagClassName
{
border-color: #EDA02F;
}
</style>