Shades of Moon Yellow #EECA1C
Tints of Moon Yellow #EECA1C
RGB
CMYK
RGB Variations
Color information
#EECA1C (or 0xEECA1C) is known color: Moon Yellow. HEX triplet: EE, CA and 1C. RGB value is (238,202,28). Sum of RGB (Red+Green+Blue) = 238+202+28=468 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.85% from 468); Green value is 202 (79.30% from 255 or 43.16% from 468); Blue value is 28 (11.33% from 255 or 5.98% from 468); Max value from RGB is 238 - color contains mainly: red. Hex color #EECA1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECA1C is #1135E3. Grayscale: #C1C1C1. Windows color (decimal): -1127908 or 1886958. OLE color: 1886958.
HSL color Cylindrical-coordinate representation of color #EECA1C: hue angle of 49.71º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EECA1C is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 28 | - |
| CMYK | 0 | 0.15 | 0.88 | 0.07 |
| HSL | 49.71º | 0.86% | 0.52% | - |
| HSV(B) | 49.71º | 0.88% | 0.93% | - |
| XYZ | 56.59 | 60.5 | 9.79 | - |
| YUV | 192.93 | 34.93 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 28 | 0 | 0.15 | 0.88 | 0.07 | 49.71 | 0.86 | 0.52 |
| Hex | EE | CA | 1C | 0 | F | 58 | 7 | 32 | 56 | 34 |
| Octal | 356 | 312 | 34 | 0 | 17 | 130 | 7 | 62 | 126 | 64 |
| Binary | 11101110 | 11001010 | 11100 | 0 | 1111 | 1011000 | 111 | 110010 | 1010110 | 110100 |
Color Harmonies of #EECA1C
Complementary color
Monochromatic Colors of #EECA1C
Black with #EECA1C
Text Example
Text Example
White with #EECA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECA1C; }
p { color: rgb(238,202,28); }
H1.HeaderClassName
{
color: #EECA1C;
}
.AnyTagClassName
{
color: #EECA1C;
}
</style>
background-color css
<style>
a { background-color: #EECA1C; }
a { background-color: rgb(238,202,28); }
div.DivClassName
{
background-color: #EECA1C;
}
.BgClassName
{
background-color: #EECA1C;
}
</style>
border-color css
<style>
span { border-color: #EECA1C; }
span { border-color: rgb(238,202,28); }
td.TdClassName
{
border-color: #EECA1C;
}
.TagClassName
{
border-color: #EECA1C;
}
</style>