Shades of Yellow Sea #EDA135
Tints of Yellow Sea #EDA135
RGB
CMYK
RGB Variations
Color information
#EDA135 (or 0xEDA135) is known color: Yellow Sea. HEX triplet: ED, A1 and 35. RGB value is (237,161,53). Sum of RGB (Red+Green+Blue) = 237+161+53=451 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.55% from 451); Green value is 161 (63.28% from 255 or 35.70% from 451); Blue value is 53 (21.09% from 255 or 11.75% from 451); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA135 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA135 is #125ECA. Grayscale: #ABABAB. Windows color (decimal): -1203915 or 3514861. OLE color: 3514861.
HSL color Cylindrical-coordinate representation of color #EDA135: hue angle of 35.22º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EDA135 is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 161 | 53 | - |
| CMYK | 0 | 0.32 | 0.78 | 0.07 |
| HSL | 35.22º | 0.84% | 0.57% | - |
| HSV(B) | 35.22º | 0.78% | 0.93% | - |
| XYZ | 48.31 | 43.75 | 9.27 | - |
| YUV | 171.41 | 61.18 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 161 | 53 | 0 | 0.32 | 0.78 | 0.07 | 35.22 | 0.84 | 0.57 |
| Hex | ED | A1 | 35 | 0 | 20 | 4E | 7 | 23 | 54 | 39 |
| Octal | 355 | 241 | 65 | 0 | 40 | 116 | 7 | 43 | 124 | 71 |
| Binary | 11101101 | 10100001 | 110101 | 0 | 100000 | 1001110 | 111 | 100011 | 1010100 | 111001 |
Color Harmonies of #EDA135
Complementary color
Monochromatic Colors of #EDA135
Black with #EDA135
Text Example
Text Example
White with #EDA135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA135; }
p { color: rgb(237,161,53); }
H1.HeaderClassName
{
color: #EDA135;
}
.AnyTagClassName
{
color: #EDA135;
}
</style>
background-color css
<style>
a { background-color: #EDA135; }
a { background-color: rgb(237,161,53); }
div.DivClassName
{
background-color: #EDA135;
}
.BgClassName
{
background-color: #EDA135;
}
</style>
border-color css
<style>
span { border-color: #EDA135; }
span { border-color: rgb(237,161,53); }
td.TdClassName
{
border-color: #EDA135;
}
.TagClassName
{
border-color: #EDA135;
}
</style>