Shades of Yellow Sea #EDA242
Tints of Yellow Sea #EDA242
RGB
CMYK
RGB Variations
Color information
#EDA242 (or 0xEDA242) is known color: Yellow Sea. HEX triplet: ED, A2 and 42. RGB value is (237,162,66). Sum of RGB (Red+Green+Blue) = 237+162+66=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 162 (63.67% from 255 or 34.84% from 465); Blue value is 66 (26.17% from 255 or 14.19% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA242 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA242 is #125DBD. Grayscale: #ADADAD. Windows color (decimal): -1203646 or 4367085. OLE color: 4367085.
HSL color Cylindrical-coordinate representation of color #EDA242: hue angle of 33.68º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EDA242 is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 162 | 66 | - |
| CMYK | 0 | 0.32 | 0.72 | 0.07 |
| HSL | 33.68º | 0.83% | 0.59% | - |
| HSV(B) | 33.68º | 0.72% | 0.93% | - |
| XYZ | 48.83 | 44.24 | 11.12 | - |
| YUV | 173.48 | 67.35 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 162 | 66 | 0 | 0.32 | 0.72 | 0.07 | 33.68 | 0.83 | 0.59 |
| Hex | ED | A2 | 42 | 0 | 20 | 48 | 7 | 22 | 53 | 3B |
| Octal | 355 | 242 | 102 | 0 | 40 | 110 | 7 | 42 | 123 | 73 |
| Binary | 11101101 | 10100010 | 1000010 | 0 | 100000 | 1001000 | 111 | 100010 | 1010011 | 111011 |
Color Harmonies of #EDA242
Complementary color
Monochromatic Colors of #EDA242
Black with #EDA242
Text Example
Text Example
White with #EDA242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA242; }
p { color: rgb(237,162,66); }
H1.HeaderClassName
{
color: #EDA242;
}
.AnyTagClassName
{
color: #EDA242;
}
</style>
background-color css
<style>
a { background-color: #EDA242; }
a { background-color: rgb(237,162,66); }
div.DivClassName
{
background-color: #EDA242;
}
.BgClassName
{
background-color: #EDA242;
}
</style>
border-color css
<style>
span { border-color: #EDA242; }
span { border-color: rgb(237,162,66); }
td.TdClassName
{
border-color: #EDA242;
}
.TagClassName
{
border-color: #EDA242;
}
</style>