Shades of Yellow Sea #EDA341
Tints of Yellow Sea #EDA341
RGB
CMYK
RGB Variations
Color information
#EDA341 (or 0xEDA341) is known color: Yellow Sea. HEX triplet: ED, A3 and 41. RGB value is (237,163,65). Sum of RGB (Red+Green+Blue) = 237+163+65=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 163 (64.06% from 255 or 35.05% from 465); Blue value is 65 (25.78% from 255 or 13.98% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA341 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA341 is #125CBE. Grayscale: #AEAEAE. Windows color (decimal): -1203391 or 4301805. OLE color: 4301805.
HSL color Cylindrical-coordinate representation of color #EDA341: hue angle of 34.19º 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 #EDA341 is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 163 | 65 | - |
| CMYK | 0 | 0.31 | 0.73 | 0.07 |
| HSL | 34.19º | 0.83% | 0.59% | - |
| HSV(B) | 34.19º | 0.73% | 0.93% | - |
| XYZ | 48.98 | 44.58 | 11.02 | - |
| YUV | 173.95 | 66.52 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 163 | 65 | 0 | 0.31 | 0.73 | 0.07 | 34.19 | 0.83 | 0.59 |
| Hex | ED | A3 | 41 | 0 | 1F | 49 | 7 | 22 | 53 | 3B |
| Octal | 355 | 243 | 101 | 0 | 37 | 111 | 7 | 42 | 123 | 73 |
| Binary | 11101101 | 10100011 | 1000001 | 0 | 11111 | 1001001 | 111 | 100010 | 1010011 | 111011 |
Color Harmonies of #EDA341
Complementary color
Monochromatic Colors of #EDA341
Black with #EDA341
Text Example
Text Example
White with #EDA341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA341; }
p { color: rgb(237,163,65); }
H1.HeaderClassName
{
color: #EDA341;
}
.AnyTagClassName
{
color: #EDA341;
}
</style>
background-color css
<style>
a { background-color: #EDA341; }
a { background-color: rgb(237,163,65); }
div.DivClassName
{
background-color: #EDA341;
}
.BgClassName
{
background-color: #EDA341;
}
</style>
border-color css
<style>
span { border-color: #EDA341; }
span { border-color: rgb(237,163,65); }
td.TdClassName
{
border-color: #EDA341;
}
.TagClassName
{
border-color: #EDA341;
}
</style>