Shades of Yellow Sea #EDA142
Tints of Yellow Sea #EDA142
RGB
CMYK
RGB Variations
Color information
#EDA142 (or 0xEDA142) is known color: Yellow Sea. HEX triplet: ED, A1 and 42. RGB value is (237,161,66). Sum of RGB (Red+Green+Blue) = 237+161+66=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 161 (63.28% from 255 or 34.70% from 464); Blue value is 66 (26.17% from 255 or 14.22% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA142 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA142 is #125EBD. Grayscale: #ADADAD. Windows color (decimal): -1203902 or 4366829. OLE color: 4366829.
HSL color Cylindrical-coordinate representation of color #EDA142: hue angle of 33.33º 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 #EDA142 is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 161 | 66 | - |
| CMYK | 0 | 0.32 | 0.72 | 0.07 |
| HSL | 33.33º | 0.83% | 0.59% | - |
| HSV(B) | 33.33º | 0.72% | 0.93% | - |
| XYZ | 48.65 | 43.89 | 11.06 | - |
| YUV | 172.89 | 67.68 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 161 | 66 | 0 | 0.32 | 0.72 | 0.07 | 33.33 | 0.83 | 0.59 |
| Hex | ED | A1 | 42 | 0 | 20 | 48 | 7 | 21 | 53 | 3B |
| Octal | 355 | 241 | 102 | 0 | 40 | 110 | 7 | 41 | 123 | 73 |
| Binary | 11101101 | 10100001 | 1000010 | 0 | 100000 | 1001000 | 111 | 100001 | 1010011 | 111011 |
Color Harmonies of #EDA142
Complementary color
Monochromatic Colors of #EDA142
Black with #EDA142
Text Example
Text Example
White with #EDA142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA142; }
p { color: rgb(237,161,66); }
H1.HeaderClassName
{
color: #EDA142;
}
.AnyTagClassName
{
color: #EDA142;
}
</style>
background-color css
<style>
a { background-color: #EDA142; }
a { background-color: rgb(237,161,66); }
div.DivClassName
{
background-color: #EDA142;
}
.BgClassName
{
background-color: #EDA142;
}
</style>
border-color css
<style>
span { border-color: #EDA142; }
span { border-color: rgb(237,161,66); }
td.TdClassName
{
border-color: #EDA142;
}
.TagClassName
{
border-color: #EDA142;
}
</style>