#FFE54E

Color #FFE54E Paris Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris Daisy #FFE54E

Tints of Paris Daisy #FFE54E

Color information

#FFE54E (or 0xFFE54E) is unknown color: approx Paris Daisy. HEX triplet: FF, E5 and 4E. RGB value is (255,229,78). Sum of RGB (Red+Green+Blue) = 255+229+78=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 229 (89.84% from 255 or 40.75% from 562); Blue value is 78 (30.86% from 255 or 13.88% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE54E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE54E is #001AB1. Grayscale: #DCDCDC. Windows color (decimal): -6834 or 5170687. OLE color: 5170687.

HSL color Cylindrical-coordinate representation of color #FFE54E: hue angle of 51.19º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFE54E is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.

Color convert

RGB25522978-
CMYK00.100.690
HSL51.19º100%65.29%-
HSV(B)51.19º69.41%100%-
XYZ70.6377.8518.51-
YUV219.5648.11153.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 45.37%
GREEN value IS 229 (89.84% from 255) = 40.75%
BLUE value IS 78 (30.86% from 255) = 13.88%
R=45.37%
G=40.75%
B=13.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.69
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552297800.100.69051.1910065.29
HexFFE54E0A450336441
Octal377345116012105063144101
Binary11111111111001011001110010101000101011001111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE54E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE54E; }

 p { color: rgb(255,229,78); }

 H1.HeaderClassName
 {
   color: #FFE54E;
 }
 .AnyTagClassName
 {
   color: #FFE54E;
 }
</style>
background-color css

<style>
 a { background-color: #FFE54E; }

 a { background-color: rgb(255,229,78); }

 div.DivClassName
 {
   background-color: #FFE54E;
 }
 .BgClassName
 {
   background-color: #FFE54E;
 }
</style>
border-color css

<style>
 span { border-color: #FFE54E; }

 span { border-color: rgb(255,229,78); }

 td.TdClassName
 {
   border-color: #FFE54E;
 }
 .TagClassName
 {
   border-color: #FFE54E;
 }
</style>