Shades of Yellow Sea #EDA22E
Tints of Yellow Sea #EDA22E
RGB
CMYK
RGB Variations
Color information
#EDA22E (or 0xEDA22E) is known color: Yellow Sea. HEX triplet: ED, A2 and 2E. RGB value is (237,162,46). Sum of RGB (Red+Green+Blue) = 237+162+46=445 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.26% from 445); Green value is 162 (63.67% from 255 or 36.40% from 445); Blue value is 46 (18.36% from 255 or 10.34% from 445); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA22E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA22E is #125DD1. Grayscale: #ABABAB. Windows color (decimal): -1203666 or 3056365. OLE color: 3056365.
HSL color Cylindrical-coordinate representation of color #EDA22E: hue angle of 36.44º 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 #EDA22E is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 162 | 46 | - |
| CMYK | 0 | 0.32 | 0.81 | 0.07 |
| HSL | 36.44º | 0.84% | 0.55% | - |
| HSV(B) | 36.44º | 0.81% | 0.93% | - |
| XYZ | 48.34 | 44.04 | 8.54 | - |
| YUV | 171.2 | 57.35 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 162 | 46 | 0 | 0.32 | 0.81 | 0.07 | 36.44 | 0.84 | 0.55 |
| Hex | ED | A2 | 2E | 0 | 20 | 51 | 7 | 24 | 54 | 37 |
| Octal | 355 | 242 | 56 | 0 | 40 | 121 | 7 | 44 | 124 | 67 |
| Binary | 11101101 | 10100010 | 101110 | 0 | 100000 | 1010001 | 111 | 100100 | 1010100 | 110111 |
Color Harmonies of #EDA22E
Complementary color
Monochromatic Colors of #EDA22E
Black with #EDA22E
Text Example
Text Example
White with #EDA22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA22E; }
p { color: rgb(237,162,46); }
H1.HeaderClassName
{
color: #EDA22E;
}
.AnyTagClassName
{
color: #EDA22E;
}
</style>
background-color css
<style>
a { background-color: #EDA22E; }
a { background-color: rgb(237,162,46); }
div.DivClassName
{
background-color: #EDA22E;
}
.BgClassName
{
background-color: #EDA22E;
}
</style>
border-color css
<style>
span { border-color: #EDA22E; }
span { border-color: rgb(237,162,46); }
td.TdClassName
{
border-color: #EDA22E;
}
.TagClassName
{
border-color: #EDA22E;
}
</style>