#FFED44

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

Shades of Paris Daisy #FFED44

Tints of Paris Daisy #FFED44

Color information

#FFED44 (or 0xFFED44) is unknown color: approx Paris Daisy. HEX triplet: FF, ED and 44. RGB value is (255,237,68). Sum of RGB (Red+Green+Blue) = 255+237+68=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 237 (92.97% from 255 or 42.32% from 560); Blue value is 68 (26.95% from 255 or 12.14% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED44 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFED44 is #0012BB. Grayscale: #DFDFDF. Windows color (decimal): -4796 or 4517375. OLE color: 4517375.

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

Color convert

RGB25523768-
CMYK00.070.730
HSL54.22º100%63.33%-
HSV(B)54.22º73.33%100%-
XYZ72.5782.2517.52-
YUV223.1240.46150.74-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.54%
GREEN value IS 237 (92.97% from 255) = 42.32%
BLUE value IS 68 (26.95% from 255) = 12.14%
R=45.54%
G=42.32%
B=12.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.73
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552376800.070.73054.2210063.33
HexFFED440749036643f
Octal3773551040711106614477
Binary111111111110110110001000111100100101101101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFED44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFED44; }

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

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

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

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

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

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

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

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