#FEEC55

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

Shades of Paris Daisy #FEEC55

Tints of Paris Daisy #FEEC55

Color information

#FEEC55 (or 0xFEEC55) is unknown color: approx Paris Daisy. HEX triplet: FE, EC and 55. RGB value is (254,236,85). Sum of RGB (Red+Green+Blue) = 254+236+85=575 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.17% from 575); Green value is 236 (92.58% from 255 or 41.04% from 575); Blue value is 85 (33.59% from 255 or 14.78% from 575); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEC55 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEC55 is #0113AA. Grayscale: #E0E0E0. Windows color (decimal): -70571 or 5631230. OLE color: 5631230.

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

Color convert

RGB25423685-
CMYK00.070.670.00
HSL53.61º98.83%66.47%-
HSV(B)53.61º66.54%99.61%-
XYZ72.5181.7220.55-
YUV224.1749.46149.28-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.17%
GREEN value IS 236 (92.58% from 255) = 41.04%
BLUE value IS 85 (33.59% from 255) = 14.78%
R=44.17%
G=41.04%
B=14.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.67
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542368500.070.670.0053.6198.8366.47
HexFEEC5507430366342
Octal37635412507103066143102
Binary1111111011101100101010101111000011011011011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEC55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEC55; }

 p { color: rgb(254,236,85); }

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

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

 a { background-color: rgb(254,236,85); }

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

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

 span { border-color: rgb(254,236,85); }

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