Shades of Moon Yellow #EBBE1C
Tints of Moon Yellow #EBBE1C
RGB
CMYK
RGB Variations
Color information
#EBBE1C (or 0xEBBE1C) is known color: Moon Yellow. HEX triplet: EB, BE and 1C. RGB value is (235,190,28). Sum of RGB (Red+Green+Blue) = 235+190+28=453 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.88% from 453); Green value is 190 (74.61% from 255 or 41.94% from 453); Blue value is 28 (11.33% from 255 or 6.18% from 453); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBE1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBBE1C is #1441E3. Grayscale: #B9B9B9. Windows color (decimal): -1327588 or 1883883. OLE color: 1883883.
HSL color Cylindrical-coordinate representation of color #EBBE1C: hue angle of 46.96º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EBBE1C is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 190 | 28 | - |
| CMYK | 0 | 0.19 | 0.88 | 0.08 |
| HSL | 46.96º | 0.84% | 0.52% | - |
| HSV(B) | 46.96º | 0.88% | 0.92% | - |
| XYZ | 52.88 | 54.57 | 8.84 | - |
| YUV | 184.99 | 39.41 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 190 | 28 | 0 | 0.19 | 0.88 | 0.08 | 46.96 | 0.84 | 0.52 |
| Hex | EB | BE | 1C | 0 | 13 | 58 | 8 | 2F | 54 | 34 |
| Octal | 353 | 276 | 34 | 0 | 23 | 130 | 10 | 57 | 124 | 64 |
| Binary | 11101011 | 10111110 | 11100 | 0 | 10011 | 1011000 | 1000 | 101111 | 1010100 | 110100 |
Color Harmonies of #EBBE1C
Complementary color
Monochromatic Colors of #EBBE1C
Black with #EBBE1C
Text Example
Text Example
White with #EBBE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBE1C; }
p { color: rgb(235,190,28); }
H1.HeaderClassName
{
color: #EBBE1C;
}
.AnyTagClassName
{
color: #EBBE1C;
}
</style>
background-color css
<style>
a { background-color: #EBBE1C; }
a { background-color: rgb(235,190,28); }
div.DivClassName
{
background-color: #EBBE1C;
}
.BgClassName
{
background-color: #EBBE1C;
}
</style>
border-color css
<style>
span { border-color: #EBBE1C; }
span { border-color: rgb(235,190,28); }
td.TdClassName
{
border-color: #EBBE1C;
}
.TagClassName
{
border-color: #EBBE1C;
}
</style>