Shades of Yellow Sea #EDA238
Tints of Yellow Sea #EDA238
RGB
CMYK
RGB Variations
Color information
#EDA238 (or 0xEDA238) is known color: Yellow Sea. HEX triplet: ED, A2 and 38. RGB value is (237,162,56). Sum of RGB (Red+Green+Blue) = 237+162+56=455 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.09% from 455); Green value is 162 (63.67% from 255 or 35.60% from 455); Blue value is 56 (22.27% from 255 or 12.31% from 455); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA238 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA238 is #125DC7. Grayscale: #ACACAC. Windows color (decimal): -1203656 or 3711725. OLE color: 3711725.
HSL color Cylindrical-coordinate representation of color #EDA238: hue angle of 35.14º 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 #EDA238 is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 162 | 56 | - |
| CMYK | 0 | 0.32 | 0.76 | 0.07 |
| HSL | 35.14º | 0.83% | 0.57% | - |
| HSV(B) | 35.14º | 0.76% | 0.93% | - |
| XYZ | 48.56 | 44.13 | 9.7 | - |
| YUV | 172.34 | 62.35 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 162 | 56 | 0 | 0.32 | 0.76 | 0.07 | 35.14 | 0.83 | 0.57 |
| Hex | ED | A2 | 38 | 0 | 20 | 4C | 7 | 23 | 53 | 39 |
| Octal | 355 | 242 | 70 | 0 | 40 | 114 | 7 | 43 | 123 | 71 |
| Binary | 11101101 | 10100010 | 111000 | 0 | 100000 | 1001100 | 111 | 100011 | 1010011 | 111001 |
Color Harmonies of #EDA238
Complementary color
Monochromatic Colors of #EDA238
Black with #EDA238
Text Example
Text Example
White with #EDA238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA238; }
p { color: rgb(237,162,56); }
H1.HeaderClassName
{
color: #EDA238;
}
.AnyTagClassName
{
color: #EDA238;
}
</style>
background-color css
<style>
a { background-color: #EDA238; }
a { background-color: rgb(237,162,56); }
div.DivClassName
{
background-color: #EDA238;
}
.BgClassName
{
background-color: #EDA238;
}
</style>
border-color css
<style>
span { border-color: #EDA238; }
span { border-color: rgb(237,162,56); }
td.TdClassName
{
border-color: #EDA238;
}
.TagClassName
{
border-color: #EDA238;
}
</style>