Shades of Yellow Sea #EDA038
Tints of Yellow Sea #EDA038
RGB
CMYK
RGB Variations
Color information
#EDA038 (or 0xEDA038) is known color: Yellow Sea. HEX triplet: ED, A0 and 38. RGB value is (237,160,56). Sum of RGB (Red+Green+Blue) = 237+160+56=453 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.32% from 453); Green value is 160 (62.89% from 255 or 35.32% from 453); Blue value is 56 (22.27% from 255 or 12.36% from 453); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA038 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA038 is #125FC7. Grayscale: #ABABAB. Windows color (decimal): -1204168 or 3711213. OLE color: 3711213.
HSL color Cylindrical-coordinate representation of color #EDA038: hue angle of 34.48º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EDA038 is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 160 | 56 | - |
| CMYK | 0 | 0.32 | 0.76 | 0.07 |
| HSL | 34.48º | 0.83% | 0.57% | - |
| HSV(B) | 34.48º | 0.76% | 0.93% | - |
| XYZ | 48.21 | 43.43 | 9.58 | - |
| YUV | 171.17 | 63.01 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 160 | 56 | 0 | 0.32 | 0.76 | 0.07 | 34.48 | 0.83 | 0.57 |
| Hex | ED | A0 | 38 | 0 | 20 | 4C | 7 | 22 | 53 | 39 |
| Octal | 355 | 240 | 70 | 0 | 40 | 114 | 7 | 42 | 123 | 71 |
| Binary | 11101101 | 10100000 | 111000 | 0 | 100000 | 1001100 | 111 | 100010 | 1010011 | 111001 |
Color Harmonies of #EDA038
Complementary color
Monochromatic Colors of #EDA038
Black with #EDA038
Text Example
Text Example
White with #EDA038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA038; }
p { color: rgb(237,160,56); }
H1.HeaderClassName
{
color: #EDA038;
}
.AnyTagClassName
{
color: #EDA038;
}
</style>
background-color css
<style>
a { background-color: #EDA038; }
a { background-color: rgb(237,160,56); }
div.DivClassName
{
background-color: #EDA038;
}
.BgClassName
{
background-color: #EDA038;
}
</style>
border-color css
<style>
span { border-color: #EDA038; }
span { border-color: rgb(237,160,56); }
td.TdClassName
{
border-color: #EDA038;
}
.TagClassName
{
border-color: #EDA038;
}
</style>