#FFE54B

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

Shades of Paris Daisy #FFE54B

Tints of Paris Daisy #FFE54B

Color information

#FFE54B (or 0xFFE54B) is unknown color: approx Paris Daisy. HEX triplet: FF, E5 and 4B. RGB value is (255,229,75). Sum of RGB (Red+Green+Blue) = 255+229+75=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 229 (89.84% from 255 or 40.97% from 559); Blue value is 75 (29.69% from 255 or 13.42% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE54B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE54B is #001AB4. Grayscale: #DBDBDB. Windows color (decimal): -6837 or 4974079. OLE color: 4974079.

HSL color Cylindrical-coordinate representation of color #FFE54B: hue angle of 51.33º 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 #FFE54B is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.

Color convert

RGB25522975-
CMYK00.100.710
HSL51.33º100%64.71%-
HSV(B)51.33º70.59%100%-
XYZ70.5377.8117.96-
YUV219.2246.61153.52-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.62%
GREEN value IS 229 (89.84% from 255) = 40.97%
BLUE value IS 75 (29.69% from 255) = 13.42%
R=45.62%
G=40.97%
B=13.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.71
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552297500.100.71051.3310064.71
HexFFE54B0A470336441
Octal377345113012107063144101
Binary11111111111001011001011010101000111011001111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE54B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE54B; }

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

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

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

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

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

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

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

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