Shades of Yellow Sea #EDA23A
Tints of Yellow Sea #EDA23A
RGB
CMYK
RGB Variations
Color information
#EDA23A (or 0xEDA23A) is known color: Yellow Sea. HEX triplet: ED, A2 and 3A. RGB value is (237,162,58). Sum of RGB (Red+Green+Blue) = 237+162+58=457 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.86% from 457); Green value is 162 (63.67% from 255 or 35.45% from 457); Blue value is 58 (23.05% from 255 or 12.69% from 457); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA23A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA23A is #125DC5. Grayscale: #ADADAD. Windows color (decimal): -1203654 or 3842797. OLE color: 3842797.
HSL color Cylindrical-coordinate representation of color #EDA23A: hue angle of 34.86º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EDA23A is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 162 | 58 | - |
| CMYK | 0 | 0.32 | 0.76 | 0.07 |
| HSL | 34.86º | 0.83% | 0.58% | - |
| HSV(B) | 34.86º | 0.76% | 0.93% | - |
| XYZ | 48.61 | 44.15 | 9.96 | - |
| YUV | 172.57 | 63.35 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 162 | 58 | 0 | 0.32 | 0.76 | 0.07 | 34.86 | 0.83 | 0.58 |
| Hex | ED | A2 | 3A | 0 | 20 | 4C | 7 | 23 | 53 | 3A |
| Octal | 355 | 242 | 72 | 0 | 40 | 114 | 7 | 43 | 123 | 72 |
| Binary | 11101101 | 10100010 | 111010 | 0 | 100000 | 1001100 | 111 | 100011 | 1010011 | 111010 |
Color Harmonies of #EDA23A
Complementary color
Monochromatic Colors of #EDA23A
Black with #EDA23A
Text Example
Text Example
White with #EDA23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA23A; }
p { color: rgb(237,162,58); }
H1.HeaderClassName
{
color: #EDA23A;
}
.AnyTagClassName
{
color: #EDA23A;
}
</style>
background-color css
<style>
a { background-color: #EDA23A; }
a { background-color: rgb(237,162,58); }
div.DivClassName
{
background-color: #EDA23A;
}
.BgClassName
{
background-color: #EDA23A;
}
</style>
border-color css
<style>
span { border-color: #EDA23A; }
span { border-color: rgb(237,162,58); }
td.TdClassName
{
border-color: #EDA23A;
}
.TagClassName
{
border-color: #EDA23A;
}
</style>