#FFED51

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

Shades of Paris Daisy #FFED51

Tints of Paris Daisy #FFED51

Color information

#FFED51 (or 0xFFED51) is unknown color: approx Paris Daisy. HEX triplet: FF, ED and 51. RGB value is (255,237,81). Sum of RGB (Red+Green+Blue) = 255+237+81=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 237 (92.97% from 255 or 41.36% from 573); Blue value is 81 (32.03% from 255 or 14.14% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED51 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFED51 is #0012AE. Grayscale: #E1E1E1. Windows color (decimal): -4783 or 5369343. OLE color: 5369343.

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

Color convert

RGB25523781-
CMYK00.070.680
HSL53.79º100%65.88%-
HSV(B)53.79º68.24%100%-
XYZ73.0182.4219.85-
YUV224.646.96149.68-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.50%
GREEN value IS 237 (92.97% from 255) = 41.36%
BLUE value IS 81 (32.03% from 255) = 14.14%
R=44.50%
G=41.36%
B=14.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.68
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552378100.070.68053.7910065.88
HexFFED5107440366442
Octal37735512107104066144102
Binary1111111111101101101000101111000100011011011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFED51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFED51; }

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

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

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

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

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

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

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

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