Shades of Yellow Sea #EDA440
Tints of Yellow Sea #EDA440
RGB
CMYK
RGB Variations
Color information
#EDA440 (or 0xEDA440) is known color: Yellow Sea. HEX triplet: ED, A4 and 40. RGB value is (237,164,64). Sum of RGB (Red+Green+Blue) = 237+164+64=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 164 (64.45% from 255 or 35.27% from 465); Blue value is 64 (25.39% from 255 or 13.76% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA440 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA440 is #125BBF. Grayscale: #AEAEAE. Windows color (decimal): -1203136 or 4236525. OLE color: 4236525.
HSL color Cylindrical-coordinate representation of color #EDA440: hue angle of 34.68º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EDA440 is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 164 | 64 | - |
| CMYK | 0 | 0.31 | 0.73 | 0.07 |
| HSL | 34.68º | 0.83% | 0.59% | - |
| HSV(B) | 34.68º | 0.73% | 0.93% | - |
| XYZ | 49.13 | 44.93 | 10.93 | - |
| YUV | 174.43 | 65.68 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 64 | 0 | 0.31 | 0.73 | 0.07 | 34.68 | 0.83 | 0.59 |
| Hex | ED | A4 | 40 | 0 | 1F | 49 | 7 | 23 | 53 | 3B |
| Octal | 355 | 244 | 100 | 0 | 37 | 111 | 7 | 43 | 123 | 73 |
| Binary | 11101101 | 10100100 | 1000000 | 0 | 11111 | 1001001 | 111 | 100011 | 1010011 | 111011 |
Color Harmonies of #EDA440
Complementary color
Monochromatic Colors of #EDA440
Black with #EDA440
Text Example
Text Example
White with #EDA440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA440; }
p { color: rgb(237,164,64); }
H1.HeaderClassName
{
color: #EDA440;
}
.AnyTagClassName
{
color: #EDA440;
}
</style>
background-color css
<style>
a { background-color: #EDA440; }
a { background-color: rgb(237,164,64); }
div.DivClassName
{
background-color: #EDA440;
}
.BgClassName
{
background-color: #EDA440;
}
</style>
border-color css
<style>
span { border-color: #EDA440; }
span { border-color: rgb(237,164,64); }
td.TdClassName
{
border-color: #EDA440;
}
.TagClassName
{
border-color: #EDA440;
}
</style>