Shades of Paris Daisy #EBEB4C
Tints of Paris Daisy #EBEB4C
RGB
CMYK
RGB Variations
Color information
#EBEB4C (or 0xEBEB4C) is known color: Paris Daisy. HEX triplet: EB, EB and 4C. RGB value is (235,235,76). Sum of RGB (Red+Green+Blue) = 235+235+76=546 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.04% from 546); Green value is 235 (92.19% from 255 or 43.04% from 546); Blue value is 76 (30.08% from 255 or 13.92% from 546); Max value from RGB is 235 - color contains mainly: red, green. Hex color #EBEB4C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBEB4C is #1414B3. Grayscale: #D9D9D9. Windows color (decimal): -1316020 or 5041131. OLE color: 5041131.
HSL color Cylindrical-coordinate representation of color #EBEB4C: hue angle of 60º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EBEB4C is Cyan = 0, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 235 | 76 | - |
| CMYK | 0 | 0 | 0.68 | 0.08 |
| HSL | 60º | 0.8% | 0.61% | - |
| HSV(B) | 60º | 0.68% | 0.92% | - |
| XYZ | 65.27 | 77.6 | 18.38 | - |
| YUV | 216.87 | 48.5 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 235 | 76 | 0 | 0 | 0.68 | 0.08 | 60 | 0.8 | 0.61 |
| Hex | EB | EB | 4C | 0 | 0 | 44 | 8 | 3C | 50 | 3D |
| Octal | 353 | 353 | 114 | 0 | 0 | 104 | 10 | 74 | 120 | 75 |
| Binary | 11101011 | 11101011 | 1001100 | 0 | 0 | 1000100 | 1000 | 111100 | 1010000 | 111101 |
Color Harmonies of #EBEB4C
Complementary color
Monochromatic Colors of #EBEB4C
Black with #EBEB4C
Text Example
Text Example
White with #EBEB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEB4C; }
p { color: rgb(235,235,76); }
H1.HeaderClassName
{
color: #EBEB4C;
}
.AnyTagClassName
{
color: #EBEB4C;
}
</style>
background-color css
<style>
a { background-color: #EBEB4C; }
a { background-color: rgb(235,235,76); }
div.DivClassName
{
background-color: #EBEB4C;
}
.BgClassName
{
background-color: #EBEB4C;
}
</style>
border-color css
<style>
span { border-color: #EBEB4C; }
span { border-color: rgb(235,235,76); }
td.TdClassName
{
border-color: #EBEB4C;
}
.TagClassName
{
border-color: #EBEB4C;
}
</style>