Shades of Yellow Sea #EDA243
Tints of Yellow Sea #EDA243
RGB
CMYK
RGB Variations
Color information
#EDA243 (or 0xEDA243) is known color: Yellow Sea. HEX triplet: ED, A2 and 43. RGB value is (237,162,67). Sum of RGB (Red+Green+Blue) = 237+162+67=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 162 (63.67% from 255 or 34.76% from 466); Blue value is 67 (26.56% from 255 or 14.38% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA243 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA243 is #125DBC. Grayscale: #AEAEAE. Windows color (decimal): -1203645 or 4432621. OLE color: 4432621.
HSL color Cylindrical-coordinate representation of color #EDA243: hue angle of 33.53º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EDA243 is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 162 | 67 | - |
| CMYK | 0 | 0.32 | 0.72 | 0.07 |
| HSL | 33.53º | 0.83% | 0.6% | - |
| HSV(B) | 33.53º | 0.72% | 0.93% | - |
| XYZ | 48.86 | 44.25 | 11.28 | - |
| YUV | 173.6 | 67.85 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 162 | 67 | 0 | 0.32 | 0.72 | 0.07 | 33.53 | 0.83 | 0.6 |
| Hex | ED | A2 | 43 | 0 | 20 | 48 | 7 | 22 | 53 | 3C |
| Octal | 355 | 242 | 103 | 0 | 40 | 110 | 7 | 42 | 123 | 74 |
| Binary | 11101101 | 10100010 | 1000011 | 0 | 100000 | 1001000 | 111 | 100010 | 1010011 | 111100 |
Color Harmonies of #EDA243
Complementary color
Monochromatic Colors of #EDA243
Black with #EDA243
Text Example
Text Example
White with #EDA243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA243; }
p { color: rgb(237,162,67); }
H1.HeaderClassName
{
color: #EDA243;
}
.AnyTagClassName
{
color: #EDA243;
}
</style>
background-color css
<style>
a { background-color: #EDA243; }
a { background-color: rgb(237,162,67); }
div.DivClassName
{
background-color: #EDA243;
}
.BgClassName
{
background-color: #EDA243;
}
</style>
border-color css
<style>
span { border-color: #EDA243; }
span { border-color: rgb(237,162,67); }
td.TdClassName
{
border-color: #EDA243;
}
.TagClassName
{
border-color: #EDA243;
}
</style>