Shades of Yellow Sea #EDA433
Tints of Yellow Sea #EDA433
RGB
CMYK
RGB Variations
Color information
#EDA433 (or 0xEDA433) is known color: Yellow Sea. HEX triplet: ED, A4 and 33. RGB value is (237,164,51). Sum of RGB (Red+Green+Blue) = 237+164+51=452 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.43% from 452); Green value is 164 (64.45% from 255 or 36.28% from 452); Blue value is 51 (20.31% from 255 or 11.28% from 452); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA433 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA433 is #125BCC. Grayscale: #ADADAD. Windows color (decimal): -1203149 or 3384557. OLE color: 3384557.
HSL color Cylindrical-coordinate representation of color #EDA433: hue angle of 36.45º 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 #EDA433 is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 164 | 51 | - |
| CMYK | 0 | 0.31 | 0.78 | 0.07 |
| HSL | 36.45º | 0.84% | 0.56% | - |
| HSV(B) | 36.45º | 0.78% | 0.93% | - |
| XYZ | 48.8 | 44.79 | 9.21 | - |
| YUV | 172.95 | 59.18 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 51 | 0 | 0.31 | 0.78 | 0.07 | 36.45 | 0.84 | 0.56 |
| Hex | ED | A4 | 33 | 0 | 1F | 4E | 7 | 24 | 54 | 38 |
| Octal | 355 | 244 | 63 | 0 | 37 | 116 | 7 | 44 | 124 | 70 |
| Binary | 11101101 | 10100100 | 110011 | 0 | 11111 | 1001110 | 111 | 100100 | 1010100 | 111000 |
Color Harmonies of #EDA433
Complementary color
Monochromatic Colors of #EDA433
Black with #EDA433
Text Example
Text Example
White with #EDA433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA433; }
p { color: rgb(237,164,51); }
H1.HeaderClassName
{
color: #EDA433;
}
.AnyTagClassName
{
color: #EDA433;
}
</style>
background-color css
<style>
a { background-color: #EDA433; }
a { background-color: rgb(237,164,51); }
div.DivClassName
{
background-color: #EDA433;
}
.BgClassName
{
background-color: #EDA433;
}
</style>
border-color css
<style>
span { border-color: #EDA433; }
span { border-color: rgb(237,164,51); }
td.TdClassName
{
border-color: #EDA433;
}
.TagClassName
{
border-color: #EDA433;
}
</style>