Shades of Moon Yellow #EDCD0D
Tints of Moon Yellow #EDCD0D
RGB
CMYK
RGB Variations
Color information
#EDCD0D (or 0xEDCD0D) is known color: Moon Yellow. HEX triplet: ED, CD and 0D. RGB value is (237,205,13). Sum of RGB (Red+Green+Blue) = 237+205+13=455 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.09% from 455); Green value is 205 (80.47% from 255 or 45.05% from 455); Blue value is 13 (5.47% from 255 or 2.86% from 455); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDCD0D is #1232F2. Grayscale: #C1C1C1. Windows color (decimal): -1192691 or 904685. OLE color: 904685.
HSL color Cylindrical-coordinate representation of color #EDCD0D: hue angle of 51.43º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EDCD0D is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 205 | 13 | - |
| CMYK | 0 | 0.14 | 0.95 | 0.07 |
| HSL | 51.43º | 0.9% | 0.49% | - |
| HSV(B) | 51.43º | 0.95% | 0.93% | - |
| XYZ | 56.83 | 61.7 | 9.29 | - |
| YUV | 192.68 | 26.6 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 205 | 13 | 0 | 0.14 | 0.95 | 0.07 | 51.43 | 0.9 | 0.49 |
| Hex | ED | CD | D | 0 | E | 5F | 7 | 33 | 5A | 31 |
| Octal | 355 | 315 | 15 | 0 | 16 | 137 | 7 | 63 | 132 | 61 |
| Binary | 11101101 | 11001101 | 1101 | 0 | 1110 | 1011111 | 111 | 110011 | 1011010 | 110001 |
Color Harmonies of #EDCD0D
Complementary color
Monochromatic Colors of #EDCD0D
Black with #EDCD0D
Text Example
Text Example
White with #EDCD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCD0D; }
p { color: rgb(237,205,13); }
H1.HeaderClassName
{
color: #EDCD0D;
}
.AnyTagClassName
{
color: #EDCD0D;
}
</style>
background-color css
<style>
a { background-color: #EDCD0D; }
a { background-color: rgb(237,205,13); }
div.DivClassName
{
background-color: #EDCD0D;
}
.BgClassName
{
background-color: #EDCD0D;
}
</style>
border-color css
<style>
span { border-color: #EDCD0D; }
span { border-color: rgb(237,205,13); }
td.TdClassName
{
border-color: #EDCD0D;
}
.TagClassName
{
border-color: #EDCD0D;
}
</style>