Shades of Yellow Sea #EDA340
Tints of Yellow Sea #EDA340
RGB
CMYK
RGB Variations
Color information
#EDA340 (or 0xEDA340) is known color: Yellow Sea. HEX triplet: ED, A3 and 40. RGB value is (237,163,64). Sum of RGB (Red+Green+Blue) = 237+163+64=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 163 (64.06% from 255 or 35.13% from 464); Blue value is 64 (25.39% from 255 or 13.79% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA340 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA340 is #125CBF. Grayscale: #AEAEAE. Windows color (decimal): -1203392 or 4236269. OLE color: 4236269.
HSL color Cylindrical-coordinate representation of color #EDA340: hue angle of 34.34º 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 #EDA340 is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 163 | 64 | - |
| CMYK | 0 | 0.31 | 0.73 | 0.07 |
| HSL | 34.34º | 0.83% | 0.59% | - |
| HSV(B) | 34.34º | 0.73% | 0.93% | - |
| XYZ | 48.95 | 44.57 | 10.87 | - |
| YUV | 173.84 | 66.02 | 173.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 163 | 64 | 0 | 0.31 | 0.73 | 0.07 | 34.34 | 0.83 | 0.59 |
| Hex | ED | A3 | 40 | 0 | 1F | 49 | 7 | 22 | 53 | 3B |
| Octal | 355 | 243 | 100 | 0 | 37 | 111 | 7 | 42 | 123 | 73 |
| Binary | 11101101 | 10100011 | 1000000 | 0 | 11111 | 1001001 | 111 | 100010 | 1010011 | 111011 |
Color Harmonies of #EDA340
Complementary color
Monochromatic Colors of #EDA340
Black with #EDA340
Text Example
Text Example
White with #EDA340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA340; }
p { color: rgb(237,163,64); }
H1.HeaderClassName
{
color: #EDA340;
}
.AnyTagClassName
{
color: #EDA340;
}
</style>
background-color css
<style>
a { background-color: #EDA340; }
a { background-color: rgb(237,163,64); }
div.DivClassName
{
background-color: #EDA340;
}
.BgClassName
{
background-color: #EDA340;
}
</style>
border-color css
<style>
span { border-color: #EDA340; }
span { border-color: rgb(237,163,64); }
td.TdClassName
{
border-color: #EDA340;
}
.TagClassName
{
border-color: #EDA340;
}
</style>