Shades of Yellow Sea #EDA02D
Tints of Yellow Sea #EDA02D
RGB
CMYK
RGB Variations
Color information
#EDA02D (or 0xEDA02D) is known color: Yellow Sea. HEX triplet: ED, A0 and 2D. RGB value is (237,160,45). Sum of RGB (Red+Green+Blue) = 237+160+45=442 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.62% from 442); Green value is 160 (62.89% from 255 or 36.20% from 442); Blue value is 45 (17.97% from 255 or 10.18% from 442); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA02D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA02D is #125FD2. Grayscale: #AAAAAA. Windows color (decimal): -1204179 or 2990317. OLE color: 2990317.
HSL color Cylindrical-coordinate representation of color #EDA02D: hue angle of 35.94º 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 #EDA02D is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 160 | 45 | - |
| CMYK | 0 | 0.32 | 0.81 | 0.07 |
| HSL | 35.94º | 0.84% | 0.55% | - |
| HSV(B) | 35.94º | 0.81% | 0.93% | - |
| XYZ | 47.97 | 43.34 | 8.32 | - |
| YUV | 169.91 | 57.51 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 160 | 45 | 0 | 0.32 | 0.81 | 0.07 | 35.94 | 0.84 | 0.55 |
| Hex | ED | A0 | 2D | 0 | 20 | 51 | 7 | 24 | 54 | 37 |
| Octal | 355 | 240 | 55 | 0 | 40 | 121 | 7 | 44 | 124 | 67 |
| Binary | 11101101 | 10100000 | 101101 | 0 | 100000 | 1010001 | 111 | 100100 | 1010100 | 110111 |
Color Harmonies of #EDA02D
Complementary color
Monochromatic Colors of #EDA02D
Black with #EDA02D
Text Example
Text Example
White with #EDA02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA02D; }
p { color: rgb(237,160,45); }
H1.HeaderClassName
{
color: #EDA02D;
}
.AnyTagClassName
{
color: #EDA02D;
}
</style>
background-color css
<style>
a { background-color: #EDA02D; }
a { background-color: rgb(237,160,45); }
div.DivClassName
{
background-color: #EDA02D;
}
.BgClassName
{
background-color: #EDA02D;
}
</style>
border-color css
<style>
span { border-color: #EDA02D; }
span { border-color: rgb(237,160,45); }
td.TdClassName
{
border-color: #EDA02D;
}
.TagClassName
{
border-color: #EDA02D;
}
</style>