#FFED54

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

Shades of Paris Daisy #FFED54

Tints of Paris Daisy #FFED54

Color information

#FFED54 (or 0xFFED54) is unknown color: approx Paris Daisy. HEX triplet: FF, ED and 54. RGB value is (255,237,84). Sum of RGB (Red+Green+Blue) = 255+237+84=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 237 (92.97% from 255 or 41.15% from 576); Blue value is 84 (33.20% from 255 or 14.58% from 576); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED54 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFED54 is #0012AB. Grayscale: #E1E1E1. Windows color (decimal): -4780 or 5565951. OLE color: 5565951.

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

Color convert

RGB25523784-
CMYK00.070.670
HSL53.68º100%66.47%-
HSV(B)53.68º67.06%100%-
XYZ73.1282.4720.45-
YUV224.9448.46149.44-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.27%
GREEN value IS 237 (92.97% from 255) = 41.15%
BLUE value IS 84 (33.20% from 255) = 14.58%
R=44.27%
G=41.15%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.67
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552378400.070.67053.6810066.47
HexFFED5407430366442
Octal37735512407103066144102
Binary1111111111101101101010001111000011011011011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFED54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFED54; }

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

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

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

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

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

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

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

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