Shades of Yellow Sea #EDA23D
Tints of Yellow Sea #EDA23D
RGB
CMYK
RGB Variations
Color information
#EDA23D (or 0xEDA23D) is known color: Yellow Sea. HEX triplet: ED, A2 and 3D. RGB value is (237,162,61). Sum of RGB (Red+Green+Blue) = 237+162+61=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 162 (63.67% from 255 or 35.22% from 460); Blue value is 61 (24.22% from 255 or 13.26% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA23D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA23D is #125DC2. Grayscale: #ADADAD. Windows color (decimal): -1203651 or 4039405. OLE color: 4039405.
HSL color Cylindrical-coordinate representation of color #EDA23D: hue angle of 34.43º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EDA23D is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 162 | 61 | - |
| CMYK | 0 | 0.32 | 0.74 | 0.07 |
| HSL | 34.43º | 0.83% | 0.58% | - |
| HSV(B) | 34.43º | 0.74% | 0.93% | - |
| XYZ | 48.69 | 44.18 | 10.38 | - |
| YUV | 172.91 | 64.85 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 162 | 61 | 0 | 0.32 | 0.74 | 0.07 | 34.43 | 0.83 | 0.58 |
| Hex | ED | A2 | 3D | 0 | 20 | 4A | 7 | 22 | 53 | 3A |
| Octal | 355 | 242 | 75 | 0 | 40 | 112 | 7 | 42 | 123 | 72 |
| Binary | 11101101 | 10100010 | 111101 | 0 | 100000 | 1001010 | 111 | 100010 | 1010011 | 111010 |
Color Harmonies of #EDA23D
Complementary color
Monochromatic Colors of #EDA23D
Black with #EDA23D
Text Example
Text Example
White with #EDA23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA23D; }
p { color: rgb(237,162,61); }
H1.HeaderClassName
{
color: #EDA23D;
}
.AnyTagClassName
{
color: #EDA23D;
}
</style>
background-color css
<style>
a { background-color: #EDA23D; }
a { background-color: rgb(237,162,61); }
div.DivClassName
{
background-color: #EDA23D;
}
.BgClassName
{
background-color: #EDA23D;
}
</style>
border-color css
<style>
span { border-color: #EDA23D; }
span { border-color: rgb(237,162,61); }
td.TdClassName
{
border-color: #EDA23D;
}
.TagClassName
{
border-color: #EDA23D;
}
</style>