Shades of Yellow Sea #ED9933
Tints of Yellow Sea #ED9933
RGB
CMYK
RGB Variations
Color information
#ED9933 (or 0xED9933) is known color: Yellow Sea. HEX triplet: ED, 99 and 33. RGB value is (237,153,51). Sum of RGB (Red+Green+Blue) = 237+153+51=441 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.74% from 441); Green value is 153 (60.16% from 255 or 34.69% from 441); Blue value is 51 (20.31% from 255 or 11.56% from 441); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9933 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9933 is #1266CC. Grayscale: #A6A6A6. Windows color (decimal): -1205965 or 3381741. OLE color: 3381741.
HSL color Cylindrical-coordinate representation of color #ED9933: hue angle of 32.9º 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 #ED9933 is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 153 | 51 | - |
| CMYK | 0 | 0.35 | 0.78 | 0.07 |
| HSL | 32.9º | 0.84% | 0.56% | - |
| HSV(B) | 32.9º | 0.78% | 0.93% | - |
| XYZ | 46.91 | 41.03 | 8.58 | - |
| YUV | 166.49 | 62.83 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 153 | 51 | 0 | 0.35 | 0.78 | 0.07 | 32.9 | 0.84 | 0.56 |
| Hex | ED | 99 | 33 | 0 | 23 | 4E | 7 | 21 | 54 | 38 |
| Octal | 355 | 231 | 63 | 0 | 43 | 116 | 7 | 41 | 124 | 70 |
| Binary | 11101101 | 10011001 | 110011 | 0 | 100011 | 1001110 | 111 | 100001 | 1010100 | 111000 |
Color Harmonies of #ED9933
Complementary color
Monochromatic Colors of #ED9933
Black with #ED9933
Text Example
Text Example
White with #ED9933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9933; }
p { color: rgb(237,153,51); }
H1.HeaderClassName
{
color: #ED9933;
}
.AnyTagClassName
{
color: #ED9933;
}
</style>
background-color css
<style>
a { background-color: #ED9933; }
a { background-color: rgb(237,153,51); }
div.DivClassName
{
background-color: #ED9933;
}
.BgClassName
{
background-color: #ED9933;
}
</style>
border-color css
<style>
span { border-color: #ED9933; }
span { border-color: rgb(237,153,51); }
td.TdClassName
{
border-color: #ED9933;
}
.TagClassName
{
border-color: #ED9933;
}
</style>