Shades of Yellow Sea #EDA332
Tints of Yellow Sea #EDA332
RGB
CMYK
RGB Variations
Color information
#EDA332 (or 0xEDA332) is known color: Yellow Sea. HEX triplet: ED, A3 and 32. RGB value is (237,163,50). Sum of RGB (Red+Green+Blue) = 237+163+50=450 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.67% from 450); Green value is 163 (64.06% from 255 or 36.22% from 450); Blue value is 50 (19.92% from 255 or 11.11% from 450); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA332 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA332 is #125CCD. Grayscale: #ACACAC. Windows color (decimal): -1203406 or 3318765. OLE color: 3318765.
HSL color Cylindrical-coordinate representation of color #EDA332: hue angle of 36.26º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EDA332 is Cyan = 0, Magento = 0.31, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 163 | 50 | - |
| CMYK | 0 | 0.31 | 0.79 | 0.07 |
| HSL | 36.26º | 0.84% | 0.56% | - |
| HSV(B) | 36.26º | 0.79% | 0.93% | - |
| XYZ | 48.6 | 44.43 | 9.03 | - |
| YUV | 172.24 | 59.02 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 163 | 50 | 0 | 0.31 | 0.79 | 0.07 | 36.26 | 0.84 | 0.56 |
| Hex | ED | A3 | 32 | 0 | 1F | 4F | 7 | 24 | 54 | 38 |
| Octal | 355 | 243 | 62 | 0 | 37 | 117 | 7 | 44 | 124 | 70 |
| Binary | 11101101 | 10100011 | 110010 | 0 | 11111 | 1001111 | 111 | 100100 | 1010100 | 111000 |
Color Harmonies of #EDA332
Complementary color
Monochromatic Colors of #EDA332
Black with #EDA332
Text Example
Text Example
White with #EDA332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA332; }
p { color: rgb(237,163,50); }
H1.HeaderClassName
{
color: #EDA332;
}
.AnyTagClassName
{
color: #EDA332;
}
</style>
background-color css
<style>
a { background-color: #EDA332; }
a { background-color: rgb(237,163,50); }
div.DivClassName
{
background-color: #EDA332;
}
.BgClassName
{
background-color: #EDA332;
}
</style>
border-color css
<style>
span { border-color: #EDA332; }
span { border-color: rgb(237,163,50); }
td.TdClassName
{
border-color: #EDA332;
}
.TagClassName
{
border-color: #EDA332;
}
</style>