Shades of Yellow Sea #EDA334
Tints of Yellow Sea #EDA334
RGB
CMYK
RGB Variations
Color information
#EDA334 (or 0xEDA334) is known color: Yellow Sea. HEX triplet: ED, A3 and 34. RGB value is (237,163,52). Sum of RGB (Red+Green+Blue) = 237+163+52=452 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.43% from 452); Green value is 163 (64.06% from 255 or 36.06% from 452); Blue value is 52 (20.70% from 255 or 11.50% from 452); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA334 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA334 is #125CCB. Grayscale: #ACACAC. Windows color (decimal): -1203404 or 3449837. OLE color: 3449837.
HSL color Cylindrical-coordinate representation of color #EDA334: hue angle of 36º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EDA334 is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 163 | 52 | - |
| CMYK | 0 | 0.31 | 0.78 | 0.07 |
| HSL | 36º | 0.84% | 0.57% | - |
| HSV(B) | 36º | 0.78% | 0.93% | - |
| XYZ | 48.64 | 44.45 | 9.26 | - |
| YUV | 172.47 | 60.02 | 174.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 163 | 52 | 0 | 0.31 | 0.78 | 0.07 | 36 | 0.84 | 0.57 |
| Hex | ED | A3 | 34 | 0 | 1F | 4E | 7 | 24 | 54 | 39 |
| Octal | 355 | 243 | 64 | 0 | 37 | 116 | 7 | 44 | 124 | 71 |
| Binary | 11101101 | 10100011 | 110100 | 0 | 11111 | 1001110 | 111 | 100100 | 1010100 | 111001 |
Color Harmonies of #EDA334
Complementary color
Monochromatic Colors of #EDA334
Black with #EDA334
Text Example
Text Example
White with #EDA334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA334; }
p { color: rgb(237,163,52); }
H1.HeaderClassName
{
color: #EDA334;
}
.AnyTagClassName
{
color: #EDA334;
}
</style>
background-color css
<style>
a { background-color: #EDA334; }
a { background-color: rgb(237,163,52); }
div.DivClassName
{
background-color: #EDA334;
}
.BgClassName
{
background-color: #EDA334;
}
</style>
border-color css
<style>
span { border-color: #EDA334; }
span { border-color: rgb(237,163,52); }
td.TdClassName
{
border-color: #EDA334;
}
.TagClassName
{
border-color: #EDA334;
}
</style>