Shades of Paris Daisy #FFEA4B
Tints of Paris Daisy #FFEA4B
RGB
CMYK
RGB Variations
Color information
#FFEA4B (or 0xFFEA4B) is known color: Paris Daisy. HEX triplet: FF, EA and 4B. RGB value is (255,234,75). Sum of RGB (Red+Green+Blue) = 255+234+75=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 234 (91.80% from 255 or 41.49% from 564); Blue value is 75 (29.69% from 255 or 13.30% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA4B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEA4B is #0015B4. Grayscale: #DEDEDE. Windows color (decimal): -5557 or 4975359. OLE color: 4975359.
HSL color Cylindrical-coordinate representation of color #FFEA4B: hue angle of 53º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FFEA4B is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 234 | 75 | - |
| CMYK | 0 | 0.08 | 0.71 | 0 |
| HSL | 53º | 1% | 0.65% | - |
| HSV(B) | 53º | 0.71% | 1% | - |
| XYZ | 71.93 | 80.61 | 18.43 | - |
| YUV | 222.15 | 44.96 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 234 | 75 | 0 | 0.08 | 0.71 | 0 | 53 | 1 | 0.65 |
| Hex | FF | EA | 4B | 0 | 8 | 47 | 0 | 35 | 64 | 41 |
| Octal | 377 | 352 | 113 | 0 | 10 | 107 | 0 | 65 | 144 | 101 |
| Binary | 11111111 | 11101010 | 1001011 | 0 | 1000 | 1000111 | 0 | 110101 | 1100100 | 1000001 |
Color Harmonies of #FFEA4B
Complementary color
Monochromatic Colors of #FFEA4B
Black with #FFEA4B
Text Example
Text Example
White with #FFEA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEA4B; }
p { color: rgb(255,234,75); }
H1.HeaderClassName
{
color: #FFEA4B;
}
.AnyTagClassName
{
color: #FFEA4B;
}
</style>
background-color css
<style>
a { background-color: #FFEA4B; }
a { background-color: rgb(255,234,75); }
div.DivClassName
{
background-color: #FFEA4B;
}
.BgClassName
{
background-color: #FFEA4B;
}
</style>
border-color css
<style>
span { border-color: #FFEA4B; }
span { border-color: rgb(255,234,75); }
td.TdClassName
{
border-color: #FFEA4B;
}
.TagClassName
{
border-color: #FFEA4B;
}
</style>