Shades of Yellow Sea #EDA32E
Tints of Yellow Sea #EDA32E
RGB
CMYK
RGB Variations
Color information
#EDA32E (or 0xEDA32E) is known color: Yellow Sea. HEX triplet: ED, A3 and 2E. RGB value is (237,163,46). Sum of RGB (Red+Green+Blue) = 237+163+46=446 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.14% from 446); Green value is 163 (64.06% from 255 or 36.55% from 446); Blue value is 46 (18.36% from 255 or 10.31% from 446); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA32E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA32E is #125CD1. Grayscale: #ACACAC. Windows color (decimal): -1203410 or 3056621. OLE color: 3056621.
HSL color Cylindrical-coordinate representation of color #EDA32E: hue angle of 36.75º 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 #EDA32E is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 163 | 46 | - |
| CMYK | 0 | 0.31 | 0.81 | 0.07 |
| HSL | 36.75º | 0.84% | 0.55% | - |
| HSV(B) | 36.75º | 0.81% | 0.93% | - |
| XYZ | 48.52 | 44.4 | 8.6 | - |
| YUV | 171.79 | 57.02 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 163 | 46 | 0 | 0.31 | 0.81 | 0.07 | 36.75 | 0.84 | 0.55 |
| Hex | ED | A3 | 2E | 0 | 1F | 51 | 7 | 25 | 54 | 37 |
| Octal | 355 | 243 | 56 | 0 | 37 | 121 | 7 | 45 | 124 | 67 |
| Binary | 11101101 | 10100011 | 101110 | 0 | 11111 | 1010001 | 111 | 100101 | 1010100 | 110111 |
Color Harmonies of #EDA32E
Complementary color
Monochromatic Colors of #EDA32E
Black with #EDA32E
Text Example
Text Example
White with #EDA32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA32E; }
p { color: rgb(237,163,46); }
H1.HeaderClassName
{
color: #EDA32E;
}
.AnyTagClassName
{
color: #EDA32E;
}
</style>
background-color css
<style>
a { background-color: #EDA32E; }
a { background-color: rgb(237,163,46); }
div.DivClassName
{
background-color: #EDA32E;
}
.BgClassName
{
background-color: #EDA32E;
}
</style>
border-color css
<style>
span { border-color: #EDA32E; }
span { border-color: rgb(237,163,46); }
td.TdClassName
{
border-color: #EDA32E;
}
.TagClassName
{
border-color: #EDA32E;
}
</style>