Shades of Yellow Sea #EDA330
Tints of Yellow Sea #EDA330
RGB
CMYK
RGB Variations
Color information
#EDA330 (or 0xEDA330) is known color: Yellow Sea. HEX triplet: ED, A3 and 30. RGB value is (237,163,48). Sum of RGB (Red+Green+Blue) = 237+163+48=448 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.90% from 448); Green value is 163 (64.06% from 255 or 36.38% from 448); Blue value is 48 (19.14% from 255 or 10.71% from 448); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA330 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA330 is #125CCF. Grayscale: #ACACAC. Windows color (decimal): -1203408 or 3187693. OLE color: 3187693.
HSL color Cylindrical-coordinate representation of color #EDA330: hue angle of 36.51º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EDA330 is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 163 | 48 | - |
| CMYK | 0 | 0.31 | 0.80 | 0.07 |
| HSL | 36.51º | 0.84% | 0.56% | - |
| HSV(B) | 36.51º | 0.8% | 0.93% | - |
| XYZ | 48.56 | 44.41 | 8.81 | - |
| YUV | 172.02 | 58.02 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 163 | 48 | 0 | 0.31 | 0.80 | 0.07 | 36.51 | 0.84 | 0.56 |
| Hex | ED | A3 | 30 | 0 | 1F | 50 | 7 | 25 | 54 | 38 |
| Octal | 355 | 243 | 60 | 0 | 37 | 120 | 7 | 45 | 124 | 70 |
| Binary | 11101101 | 10100011 | 110000 | 0 | 11111 | 1010000 | 111 | 100101 | 1010100 | 111000 |
Color Harmonies of #EDA330
Complementary color
Monochromatic Colors of #EDA330
Black with #EDA330
Text Example
Text Example
White with #EDA330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA330; }
p { color: rgb(237,163,48); }
H1.HeaderClassName
{
color: #EDA330;
}
.AnyTagClassName
{
color: #EDA330;
}
</style>
background-color css
<style>
a { background-color: #EDA330; }
a { background-color: rgb(237,163,48); }
div.DivClassName
{
background-color: #EDA330;
}
.BgClassName
{
background-color: #EDA330;
}
</style>
border-color css
<style>
span { border-color: #EDA330; }
span { border-color: rgb(237,163,48); }
td.TdClassName
{
border-color: #EDA330;
}
.TagClassName
{
border-color: #EDA330;
}
</style>