Shades of Moon Yellow #EBC326
Tints of Moon Yellow #EBC326
RGB
CMYK
RGB Variations
Color information
#EBC326 (or 0xEBC326) is known color: Moon Yellow. HEX triplet: EB, C3 and 26. RGB value is (235,195,38). Sum of RGB (Red+Green+Blue) = 235+195+38=468 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.21% from 468); Green value is 195 (76.56% from 255 or 41.67% from 468); Blue value is 38 (15.23% from 255 or 8.12% from 468); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC326 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC326 is #143CD9. Grayscale: #BDBDBD. Windows color (decimal): -1326298 or 2540523. OLE color: 2540523.
HSL color Cylindrical-coordinate representation of color #EBC326: hue angle of 47.82º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EBC326 is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 195 | 38 | - |
| CMYK | 0 | 0.17 | 0.84 | 0.08 |
| HSL | 47.82º | 0.83% | 0.54% | - |
| HSV(B) | 47.82º | 0.84% | 0.92% | - |
| XYZ | 54.13 | 56.83 | 9.95 | - |
| YUV | 189.06 | 42.75 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 195 | 38 | 0 | 0.17 | 0.84 | 0.08 | 47.82 | 0.83 | 0.54 |
| Hex | EB | C3 | 26 | 0 | 11 | 54 | 8 | 30 | 53 | 36 |
| Octal | 353 | 303 | 46 | 0 | 21 | 124 | 10 | 60 | 123 | 66 |
| Binary | 11101011 | 11000011 | 100110 | 0 | 10001 | 1010100 | 1000 | 110000 | 1010011 | 110110 |
Color Harmonies of #EBC326
Complementary color
Monochromatic Colors of #EBC326
Black with #EBC326
Text Example
Text Example
White with #EBC326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC326; }
p { color: rgb(235,195,38); }
H1.HeaderClassName
{
color: #EBC326;
}
.AnyTagClassName
{
color: #EBC326;
}
</style>
background-color css
<style>
a { background-color: #EBC326; }
a { background-color: rgb(235,195,38); }
div.DivClassName
{
background-color: #EBC326;
}
.BgClassName
{
background-color: #EBC326;
}
</style>
border-color css
<style>
span { border-color: #EBC326; }
span { border-color: rgb(235,195,38); }
td.TdClassName
{
border-color: #EBC326;
}
.TagClassName
{
border-color: #EBC326;
}
</style>