Shades of Yellow Sea #EDA633
Tints of Yellow Sea #EDA633
RGB
CMYK
RGB Variations
Color information
#EDA633 (or 0xEDA633) is known color: Yellow Sea. HEX triplet: ED, A6 and 33. RGB value is (237,166,51). Sum of RGB (Red+Green+Blue) = 237+166+51=454 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.20% from 454); Green value is 166 (65.23% from 255 or 36.56% from 454); Blue value is 51 (20.31% from 255 or 11.23% from 454); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA633 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA633 is #1259CC. Grayscale: #AEAEAE. Windows color (decimal): -1202637 or 3385069. OLE color: 3385069.
HSL color Cylindrical-coordinate representation of color #EDA633: hue angle of 37.1º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EDA633 is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 166 | 51 | - |
| CMYK | 0 | 0.30 | 0.78 | 0.07 |
| HSL | 37.1º | 0.84% | 0.56% | - |
| HSV(B) | 37.1º | 0.78% | 0.93% | - |
| XYZ | 49.16 | 45.52 | 9.33 | - |
| YUV | 174.12 | 58.52 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 166 | 51 | 0 | 0.30 | 0.78 | 0.07 | 37.1 | 0.84 | 0.56 |
| Hex | ED | A6 | 33 | 0 | 1E | 4E | 7 | 25 | 54 | 38 |
| Octal | 355 | 246 | 63 | 0 | 36 | 116 | 7 | 45 | 124 | 70 |
| Binary | 11101101 | 10100110 | 110011 | 0 | 11110 | 1001110 | 111 | 100101 | 1010100 | 111000 |
Color Harmonies of #EDA633
Complementary color
Monochromatic Colors of #EDA633
Black with #EDA633
Text Example
Text Example
White with #EDA633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA633; }
p { color: rgb(237,166,51); }
H1.HeaderClassName
{
color: #EDA633;
}
.AnyTagClassName
{
color: #EDA633;
}
</style>
background-color css
<style>
a { background-color: #EDA633; }
a { background-color: rgb(237,166,51); }
div.DivClassName
{
background-color: #EDA633;
}
.BgClassName
{
background-color: #EDA633;
}
</style>
border-color css
<style>
span { border-color: #EDA633; }
span { border-color: rgb(237,166,51); }
td.TdClassName
{
border-color: #EDA633;
}
.TagClassName
{
border-color: #EDA633;
}
</style>