#FFED47

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

Shades of Paris Daisy #FFED47

Tints of Paris Daisy #FFED47

Color information

#FFED47 (or 0xFFED47) is unknown color: approx Paris Daisy. HEX triplet: FF, ED and 47. RGB value is (255,237,71). Sum of RGB (Red+Green+Blue) = 255+237+71=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 237 (92.97% from 255 or 42.10% from 563); Blue value is 71 (28.12% from 255 or 12.61% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED47 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFED47 is #0012B8. Grayscale: #E0E0E0. Windows color (decimal): -4793 or 4713983. OLE color: 4713983.

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

Color convert

RGB25523771-
CMYK00.070.720
HSL54.13º100%63.92%-
HSV(B)54.13º72.16%100%-
XYZ72.6682.2818.01-
YUV223.4641.96150.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.29%
GREEN value IS 237 (92.97% from 255) = 42.10%
BLUE value IS 71 (28.12% from 255) = 12.61%
R=45.29%
G=42.10%
B=12.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.72
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552377100.070.72054.1310063.92
HexFFED4707480366440
Octal37735510707110066144100
Binary1111111111101101100011101111001000011011011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFED47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFED47; }

 p { color: rgb(255,237,71); }

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

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

 a { background-color: rgb(255,237,71); }

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

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

 span { border-color: rgb(255,237,71); }

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