#FFE54C

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

Shades of Paris Daisy #FFE54C

Tints of Paris Daisy #FFE54C

Color information

#FFE54C (or 0xFFE54C) is unknown color: approx Paris Daisy. HEX triplet: FF, E5 and 4C. RGB value is (255,229,76). Sum of RGB (Red+Green+Blue) = 255+229+76=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 229 (89.84% from 255 or 40.89% from 560); Blue value is 76 (30.08% from 255 or 13.57% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE54C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE54C is #001AB3. Grayscale: #DBDBDB. Windows color (decimal): -6836 or 5039615. OLE color: 5039615.

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

Color convert

RGB25522976-
CMYK00.100.700
HSL51.28º100%64.9%-
HSV(B)51.28º70.2%100%-
XYZ70.5677.8218.14-
YUV219.3347.11153.44-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.54%
GREEN value IS 229 (89.84% from 255) = 40.89%
BLUE value IS 76 (30.08% from 255) = 13.57%
R=45.54%
G=40.89%
B=13.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.70
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552297600.100.70051.2810064.9
HexFFE54C0A460336441
Octal377345114012106063144101
Binary11111111111001011001100010101000110011001111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE54C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE54C; }

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

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

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

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

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

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

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

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