Shades of Yellow Sea #EDA133
Tints of Yellow Sea #EDA133
RGB
CMYK
RGB Variations
Color information
#EDA133 (or 0xEDA133) is known color: Yellow Sea. HEX triplet: ED, A1 and 33. RGB value is (237,161,51). Sum of RGB (Red+Green+Blue) = 237+161+51=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 161 (63.28% from 255 or 35.86% from 449); Blue value is 51 (20.31% from 255 or 11.36% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA133 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA133 is #125ECC. Grayscale: #ABABAB. Windows color (decimal): -1203917 or 3383789. OLE color: 3383789.
HSL color Cylindrical-coordinate representation of color #EDA133: hue angle of 35.48º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EDA133 is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 161 | 51 | - |
| CMYK | 0 | 0.32 | 0.78 | 0.07 |
| HSL | 35.48º | 0.84% | 0.56% | - |
| HSV(B) | 35.48º | 0.78% | 0.93% | - |
| XYZ | 48.27 | 43.73 | 9.03 | - |
| YUV | 171.18 | 60.18 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 161 | 51 | 0 | 0.32 | 0.78 | 0.07 | 35.48 | 0.84 | 0.56 |
| Hex | ED | A1 | 33 | 0 | 20 | 4E | 7 | 23 | 54 | 38 |
| Octal | 355 | 241 | 63 | 0 | 40 | 116 | 7 | 43 | 124 | 70 |
| Binary | 11101101 | 10100001 | 110011 | 0 | 100000 | 1001110 | 111 | 100011 | 1010100 | 111000 |
Color Harmonies of #EDA133
Complementary color
Monochromatic Colors of #EDA133
Black with #EDA133
Text Example
Text Example
White with #EDA133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA133; }
p { color: rgb(237,161,51); }
H1.HeaderClassName
{
color: #EDA133;
}
.AnyTagClassName
{
color: #EDA133;
}
</style>
background-color css
<style>
a { background-color: #EDA133; }
a { background-color: rgb(237,161,51); }
div.DivClassName
{
background-color: #EDA133;
}
.BgClassName
{
background-color: #EDA133;
}
</style>
border-color css
<style>
span { border-color: #EDA133; }
span { border-color: rgb(237,161,51); }
td.TdClassName
{
border-color: #EDA133;
}
.TagClassName
{
border-color: #EDA133;
}
</style>