Shades of Yellow Sea #EDA533
Tints of Yellow Sea #EDA533
RGB
CMYK
RGB Variations
Color information
#EDA533 (or 0xEDA533) is known color: Yellow Sea. HEX triplet: ED, A5 and 33. RGB value is (237,165,51). Sum of RGB (Red+Green+Blue) = 237+165+51=453 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.32% from 453); Green value is 165 (64.84% from 255 or 36.42% from 453); Blue value is 51 (20.31% from 255 or 11.26% from 453); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA533 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA533 is #125ACC. Grayscale: #AEAEAE. Windows color (decimal): -1202893 or 3384813. OLE color: 3384813.
HSL color Cylindrical-coordinate representation of color #EDA533: hue angle of 36.77º 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 #EDA533 is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 165 | 51 | - |
| CMYK | 0 | 0.30 | 0.78 | 0.07 |
| HSL | 36.77º | 0.84% | 0.56% | - |
| HSV(B) | 36.77º | 0.78% | 0.93% | - |
| XYZ | 48.98 | 45.15 | 9.27 | - |
| YUV | 173.53 | 58.85 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 165 | 51 | 0 | 0.30 | 0.78 | 0.07 | 36.77 | 0.84 | 0.56 |
| Hex | ED | A5 | 33 | 0 | 1E | 4E | 7 | 25 | 54 | 38 |
| Octal | 355 | 245 | 63 | 0 | 36 | 116 | 7 | 45 | 124 | 70 |
| Binary | 11101101 | 10100101 | 110011 | 0 | 11110 | 1001110 | 111 | 100101 | 1010100 | 111000 |
Color Harmonies of #EDA533
Complementary color
Monochromatic Colors of #EDA533
Black with #EDA533
Text Example
Text Example
White with #EDA533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA533; }
p { color: rgb(237,165,51); }
H1.HeaderClassName
{
color: #EDA533;
}
.AnyTagClassName
{
color: #EDA533;
}
</style>
background-color css
<style>
a { background-color: #EDA533; }
a { background-color: rgb(237,165,51); }
div.DivClassName
{
background-color: #EDA533;
}
.BgClassName
{
background-color: #EDA533;
}
</style>
border-color css
<style>
span { border-color: #EDA533; }
span { border-color: rgb(237,165,51); }
td.TdClassName
{
border-color: #EDA533;
}
.TagClassName
{
border-color: #EDA533;
}
</style>