Shades of Yellow Sea #EDA140
Tints of Yellow Sea #EDA140
RGB
CMYK
RGB Variations
Color information
#EDA140 (or 0xEDA140) is known color: Yellow Sea. HEX triplet: ED, A1 and 40. RGB value is (237,161,64). Sum of RGB (Red+Green+Blue) = 237+161+64=462 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.30% from 462); Green value is 161 (63.28% from 255 or 34.85% from 462); Blue value is 64 (25.39% from 255 or 13.85% from 462); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA140 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA140 is #125EBF. Grayscale: #ADADAD. Windows color (decimal): -1203904 or 4235757. OLE color: 4235757.
HSL color Cylindrical-coordinate representation of color #EDA140: hue angle of 33.64º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EDA140 is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 161 | 64 | - |
| CMYK | 0 | 0.32 | 0.73 | 0.07 |
| HSL | 33.64º | 0.83% | 0.59% | - |
| HSV(B) | 33.64º | 0.73% | 0.93% | - |
| XYZ | 48.6 | 43.86 | 10.76 | - |
| YUV | 172.67 | 66.68 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 161 | 64 | 0 | 0.32 | 0.73 | 0.07 | 33.64 | 0.83 | 0.59 |
| Hex | ED | A1 | 40 | 0 | 20 | 49 | 7 | 22 | 53 | 3B |
| Octal | 355 | 241 | 100 | 0 | 40 | 111 | 7 | 42 | 123 | 73 |
| Binary | 11101101 | 10100001 | 1000000 | 0 | 100000 | 1001001 | 111 | 100010 | 1010011 | 111011 |
Color Harmonies of #EDA140
Complementary color
Monochromatic Colors of #EDA140
Black with #EDA140
Text Example
Text Example
White with #EDA140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA140; }
p { color: rgb(237,161,64); }
H1.HeaderClassName
{
color: #EDA140;
}
.AnyTagClassName
{
color: #EDA140;
}
</style>
background-color css
<style>
a { background-color: #EDA140; }
a { background-color: rgb(237,161,64); }
div.DivClassName
{
background-color: #EDA140;
}
.BgClassName
{
background-color: #EDA140;
}
</style>
border-color css
<style>
span { border-color: #EDA140; }
span { border-color: rgb(237,161,64); }
td.TdClassName
{
border-color: #EDA140;
}
.TagClassName
{
border-color: #EDA140;
}
</style>