Shades of Moon Yellow #EEC30D
Tints of Moon Yellow #EEC30D
RGB
CMYK
RGB Variations
Color information
#EEC30D (or 0xEEC30D) is known color: Moon Yellow. HEX triplet: EE, C3 and 0D. RGB value is (238,195,13). Sum of RGB (Red+Green+Blue) = 238+195+13=446 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.36% from 446); Green value is 195 (76.56% from 255 or 43.72% from 446); Blue value is 13 (5.47% from 255 or 2.91% from 446); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC30D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC30D is #113CF2. Grayscale: #BBBBBB. Windows color (decimal): -1129715 or 902126. OLE color: 902126.
HSL color Cylindrical-coordinate representation of color #EEC30D: hue angle of 48.53º 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 #EEC30D is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 195 | 13 | - |
| CMYK | 0 | 0.18 | 0.95 | 0.07 |
| HSL | 48.53º | 0.9% | 0.49% | - |
| HSV(B) | 48.53º | 0.95% | 0.93% | - |
| XYZ | 54.85 | 57.24 | 8.54 | - |
| YUV | 187.11 | 29.75 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 195 | 13 | 0 | 0.18 | 0.95 | 0.07 | 48.53 | 0.9 | 0.49 |
| Hex | EE | C3 | D | 0 | 12 | 5F | 7 | 31 | 5A | 31 |
| Octal | 356 | 303 | 15 | 0 | 22 | 137 | 7 | 61 | 132 | 61 |
| Binary | 11101110 | 11000011 | 1101 | 0 | 10010 | 1011111 | 111 | 110001 | 1011010 | 110001 |
Color Harmonies of #EEC30D
Complementary color
Monochromatic Colors of #EEC30D
Black with #EEC30D
Text Example
Text Example
White with #EEC30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC30D; }
p { color: rgb(238,195,13); }
H1.HeaderClassName
{
color: #EEC30D;
}
.AnyTagClassName
{
color: #EEC30D;
}
</style>
background-color css
<style>
a { background-color: #EEC30D; }
a { background-color: rgb(238,195,13); }
div.DivClassName
{
background-color: #EEC30D;
}
.BgClassName
{
background-color: #EEC30D;
}
</style>
border-color css
<style>
span { border-color: #EEC30D; }
span { border-color: rgb(238,195,13); }
td.TdClassName
{
border-color: #EEC30D;
}
.TagClassName
{
border-color: #EEC30D;
}
</style>