Shades of Yellow Sea #EDA12D
Tints of Yellow Sea #EDA12D
RGB
CMYK
RGB Variations
Color information
#EDA12D (or 0xEDA12D) is known color: Yellow Sea. HEX triplet: ED, A1 and 2D. RGB value is (237,161,45). Sum of RGB (Red+Green+Blue) = 237+161+45=443 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.50% from 443); Green value is 161 (63.28% from 255 or 36.34% from 443); Blue value is 45 (17.97% from 255 or 10.16% from 443); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA12D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA12D is #125ED2. Grayscale: #ABABAB. Windows color (decimal): -1203923 or 2990573. OLE color: 2990573.
HSL color Cylindrical-coordinate representation of color #EDA12D: hue angle of 36.25º 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 #EDA12D is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 161 | 45 | - |
| CMYK | 0 | 0.32 | 0.81 | 0.07 |
| HSL | 36.25º | 0.84% | 0.55% | - |
| HSV(B) | 36.25º | 0.81% | 0.93% | - |
| XYZ | 48.14 | 43.68 | 8.38 | - |
| YUV | 170.5 | 57.18 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 161 | 45 | 0 | 0.32 | 0.81 | 0.07 | 36.25 | 0.84 | 0.55 |
| Hex | ED | A1 | 2D | 0 | 20 | 51 | 7 | 24 | 54 | 37 |
| Octal | 355 | 241 | 55 | 0 | 40 | 121 | 7 | 44 | 124 | 67 |
| Binary | 11101101 | 10100001 | 101101 | 0 | 100000 | 1010001 | 111 | 100100 | 1010100 | 110111 |
Color Harmonies of #EDA12D
Complementary color
Monochromatic Colors of #EDA12D
Black with #EDA12D
Text Example
Text Example
White with #EDA12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA12D; }
p { color: rgb(237,161,45); }
H1.HeaderClassName
{
color: #EDA12D;
}
.AnyTagClassName
{
color: #EDA12D;
}
</style>
background-color css
<style>
a { background-color: #EDA12D; }
a { background-color: rgb(237,161,45); }
div.DivClassName
{
background-color: #EDA12D;
}
.BgClassName
{
background-color: #EDA12D;
}
</style>
border-color css
<style>
span { border-color: #EDA12D; }
span { border-color: rgb(237,161,45); }
td.TdClassName
{
border-color: #EDA12D;
}
.TagClassName
{
border-color: #EDA12D;
}
</style>