Shades of Yellow Sea #EDA02B
Tints of Yellow Sea #EDA02B
RGB
CMYK
RGB Variations
Color information
#EDA02B (or 0xEDA02B) is known color: Yellow Sea. HEX triplet: ED, A0 and 2B. RGB value is (237,160,43). Sum of RGB (Red+Green+Blue) = 237+160+43=440 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.86% from 440); Green value is 160 (62.89% from 255 or 36.36% from 440); Blue value is 43 (17.19% from 255 or 9.77% from 440); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA02B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA02B is #125FD4. Grayscale: #AAAAAA. Windows color (decimal): -1204181 or 2859245. OLE color: 2859245.
HSL color Cylindrical-coordinate representation of color #EDA02B: hue angle of 36.19º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EDA02B is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 160 | 43 | - |
| CMYK | 0 | 0.32 | 0.82 | 0.07 |
| HSL | 36.19º | 0.84% | 0.55% | - |
| HSV(B) | 36.19º | 0.82% | 0.93% | - |
| XYZ | 47.93 | 43.32 | 8.12 | - |
| YUV | 169.69 | 56.51 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 160 | 43 | 0 | 0.32 | 0.82 | 0.07 | 36.19 | 0.84 | 0.55 |
| Hex | ED | A0 | 2B | 0 | 20 | 52 | 7 | 24 | 54 | 37 |
| Octal | 355 | 240 | 53 | 0 | 40 | 122 | 7 | 44 | 124 | 67 |
| Binary | 11101101 | 10100000 | 101011 | 0 | 100000 | 1010010 | 111 | 100100 | 1010100 | 110111 |
Color Harmonies of #EDA02B
Complementary color
Monochromatic Colors of #EDA02B
Black with #EDA02B
Text Example
Text Example
White with #EDA02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA02B; }
p { color: rgb(237,160,43); }
H1.HeaderClassName
{
color: #EDA02B;
}
.AnyTagClassName
{
color: #EDA02B;
}
</style>
background-color css
<style>
a { background-color: #EDA02B; }
a { background-color: rgb(237,160,43); }
div.DivClassName
{
background-color: #EDA02B;
}
.BgClassName
{
background-color: #EDA02B;
}
</style>
border-color css
<style>
span { border-color: #EDA02B; }
span { border-color: rgb(237,160,43); }
td.TdClassName
{
border-color: #EDA02B;
}
.TagClassName
{
border-color: #EDA02B;
}
</style>