#FEEE55

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

Shades of Paris Daisy #FEEE55

Tints of Paris Daisy #FEEE55

Color information

#FEEE55 (or 0xFEEE55) is unknown color: approx Paris Daisy. HEX triplet: FE, EE and 55. RGB value is (254,238,85). Sum of RGB (Red+Green+Blue) = 254+238+85=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 238 (93.36% from 255 or 41.25% from 577); Blue value is 85 (33.59% from 255 or 14.73% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEE55 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEE55 is #0111AA. Grayscale: #E1E1E1. Windows color (decimal): -70059 or 5631742. OLE color: 5631742.

HSL color Cylindrical-coordinate representation of color #FEEE55: hue angle of 54.32º 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 #FEEE55 is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.00.

Color convert

RGB25423885-
CMYK00.060.670.00
HSL54.32º98.83%66.47%-
HSV(B)54.32º66.54%99.61%-
XYZ73.0982.8820.74-
YUV225.3448.8148.44-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.02%
GREEN value IS 238 (93.36% from 255) = 41.25%
BLUE value IS 85 (33.59% from 255) = 14.73%
R=44.02%
G=41.25%
B=14.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.67
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542388500.060.670.0054.3298.8366.47
HexFEEE5506430366342
Octal37635612506103066143102
Binary1111111011101110101010101101000011011011011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEE55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEE55; }

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

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

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

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

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

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

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

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