Shades of Yellow Sea #EDA22C
Tints of Yellow Sea #EDA22C
RGB
CMYK
RGB Variations
Color information
#EDA22C (or 0xEDA22C) is known color: Yellow Sea. HEX triplet: ED, A2 and 2C. RGB value is (237,162,44). Sum of RGB (Red+Green+Blue) = 237+162+44=443 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.50% from 443); Green value is 162 (63.67% from 255 or 36.57% from 443); Blue value is 44 (17.58% from 255 or 9.93% from 443); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA22C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA22C is #125DD3. Grayscale: #ABABAB. Windows color (decimal): -1203668 or 2925293. OLE color: 2925293.
HSL color Cylindrical-coordinate representation of color #EDA22C: hue angle of 36.68º 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 #EDA22C is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 162 | 44 | - |
| CMYK | 0 | 0.32 | 0.81 | 0.07 |
| HSL | 36.68º | 0.84% | 0.55% | - |
| HSV(B) | 36.68º | 0.81% | 0.93% | - |
| XYZ | 48.3 | 44.03 | 8.34 | - |
| YUV | 170.97 | 56.35 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 162 | 44 | 0 | 0.32 | 0.81 | 0.07 | 36.68 | 0.84 | 0.55 |
| Hex | ED | A2 | 2C | 0 | 20 | 51 | 7 | 25 | 54 | 37 |
| Octal | 355 | 242 | 54 | 0 | 40 | 121 | 7 | 45 | 124 | 67 |
| Binary | 11101101 | 10100010 | 101100 | 0 | 100000 | 1010001 | 111 | 100101 | 1010100 | 110111 |
Color Harmonies of #EDA22C
Complementary color
Monochromatic Colors of #EDA22C
Black with #EDA22C
Text Example
Text Example
White with #EDA22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA22C; }
p { color: rgb(237,162,44); }
H1.HeaderClassName
{
color: #EDA22C;
}
.AnyTagClassName
{
color: #EDA22C;
}
</style>
background-color css
<style>
a { background-color: #EDA22C; }
a { background-color: rgb(237,162,44); }
div.DivClassName
{
background-color: #EDA22C;
}
.BgClassName
{
background-color: #EDA22C;
}
</style>
border-color css
<style>
span { border-color: #EDA22C; }
span { border-color: rgb(237,162,44); }
td.TdClassName
{
border-color: #EDA22C;
}
.TagClassName
{
border-color: #EDA22C;
}
</style>