Shades of Yellow Sea #EDA12E
Tints of Yellow Sea #EDA12E
RGB
CMYK
RGB Variations
Color information
#EDA12E (or 0xEDA12E) is known color: Yellow Sea. HEX triplet: ED, A1 and 2E. RGB value is (237,161,46). Sum of RGB (Red+Green+Blue) = 237+161+46=444 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.38% from 444); Green value is 161 (63.28% from 255 or 36.26% from 444); Blue value is 46 (18.36% from 255 or 10.36% from 444); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA12E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA12E is #125ED1. Grayscale: #ABABAB. Windows color (decimal): -1203922 or 3056109. OLE color: 3056109.
HSL color Cylindrical-coordinate representation of color #EDA12E: hue angle of 36.13º 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 #EDA12E is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 161 | 46 | - |
| CMYK | 0 | 0.32 | 0.81 | 0.07 |
| HSL | 36.13º | 0.84% | 0.55% | - |
| HSV(B) | 36.13º | 0.81% | 0.93% | - |
| XYZ | 48.16 | 43.69 | 8.48 | - |
| YUV | 170.61 | 57.68 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 161 | 46 | 0 | 0.32 | 0.81 | 0.07 | 36.13 | 0.84 | 0.55 |
| Hex | ED | A1 | 2E | 0 | 20 | 51 | 7 | 24 | 54 | 37 |
| Octal | 355 | 241 | 56 | 0 | 40 | 121 | 7 | 44 | 124 | 67 |
| Binary | 11101101 | 10100001 | 101110 | 0 | 100000 | 1010001 | 111 | 100100 | 1010100 | 110111 |
Color Harmonies of #EDA12E
Complementary color
Monochromatic Colors of #EDA12E
Black with #EDA12E
Text Example
Text Example
White with #EDA12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA12E; }
p { color: rgb(237,161,46); }
H1.HeaderClassName
{
color: #EDA12E;
}
.AnyTagClassName
{
color: #EDA12E;
}
</style>
background-color css
<style>
a { background-color: #EDA12E; }
a { background-color: rgb(237,161,46); }
div.DivClassName
{
background-color: #EDA12E;
}
.BgClassName
{
background-color: #EDA12E;
}
</style>
border-color css
<style>
span { border-color: #EDA12E; }
span { border-color: rgb(237,161,46); }
td.TdClassName
{
border-color: #EDA12E;
}
.TagClassName
{
border-color: #EDA12E;
}
</style>