Shades of Yellow Sea #EDA333
Tints of Yellow Sea #EDA333
RGB
CMYK
RGB Variations
Color information
#EDA333 (or 0xEDA333) is known color: Yellow Sea. HEX triplet: ED, A3 and 33. RGB value is (237,163,51). Sum of RGB (Red+Green+Blue) = 237+163+51=451 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.55% from 451); Green value is 163 (64.06% from 255 or 36.14% from 451); Blue value is 51 (20.31% from 255 or 11.31% from 451); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA333 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA333 is #125CCC. Grayscale: #ACACAC. Windows color (decimal): -1203405 or 3384301. OLE color: 3384301.
HSL color Cylindrical-coordinate representation of color #EDA333: hue angle of 36.13º 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 #EDA333 is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 163 | 51 | - |
| CMYK | 0 | 0.31 | 0.78 | 0.07 |
| HSL | 36.13º | 0.84% | 0.56% | - |
| HSV(B) | 36.13º | 0.78% | 0.93% | - |
| XYZ | 48.62 | 44.44 | 9.15 | - |
| YUV | 172.36 | 59.52 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 163 | 51 | 0 | 0.31 | 0.78 | 0.07 | 36.13 | 0.84 | 0.56 |
| Hex | ED | A3 | 33 | 0 | 1F | 4E | 7 | 24 | 54 | 38 |
| Octal | 355 | 243 | 63 | 0 | 37 | 116 | 7 | 44 | 124 | 70 |
| Binary | 11101101 | 10100011 | 110011 | 0 | 11111 | 1001110 | 111 | 100100 | 1010100 | 111000 |
Color Harmonies of #EDA333
Complementary color
Monochromatic Colors of #EDA333
Black with #EDA333
Text Example
Text Example
White with #EDA333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA333; }
p { color: rgb(237,163,51); }
H1.HeaderClassName
{
color: #EDA333;
}
.AnyTagClassName
{
color: #EDA333;
}
</style>
background-color css
<style>
a { background-color: #EDA333; }
a { background-color: rgb(237,163,51); }
div.DivClassName
{
background-color: #EDA333;
}
.BgClassName
{
background-color: #EDA333;
}
</style>
border-color css
<style>
span { border-color: #EDA333; }
span { border-color: rgb(237,163,51); }
td.TdClassName
{
border-color: #EDA333;
}
.TagClassName
{
border-color: #EDA333;
}
</style>