#FEE94C

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

Shades of Paris Daisy #FEE94C

Tints of Paris Daisy #FEE94C

Color information

#FEE94C (or 0xFEE94C) is unknown color: approx Paris Daisy. HEX triplet: FE, E9 and 4C. RGB value is (254,233,76). Sum of RGB (Red+Green+Blue) = 254+233+76=563 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.12% from 563); Green value is 233 (91.41% from 255 or 41.39% from 563); Blue value is 76 (30.08% from 255 or 13.50% from 563); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE94C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE94C is #0116B3. Grayscale: #DEDEDE. Windows color (decimal): -71348 or 5040638. OLE color: 5040638.

HSL color Cylindrical-coordinate representation of color #FEE94C: hue angle of 52.92º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FEE94C is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.00.

Color convert

RGB25423376-
CMYK00.080.700.00
HSL52.92º98.89%64.71%-
HSV(B)52.92º70.08%99.61%-
XYZ71.3279.8718.5-
YUV221.3845.96151.27-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.12%
GREEN value IS 233 (91.41% from 255) = 41.39%
BLUE value IS 76 (30.08% from 255) = 13.50%
R=45.12%
G=41.39%
B=13.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.70
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542337600.080.700.0052.9298.8964.71
HexFEE94C08460356341
Octal376351114010106065143101
Binary11111110111010011001100010001000110011010111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE94C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE94C; }

 p { color: rgb(254,233,76); }

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

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

 a { background-color: rgb(254,233,76); }

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

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

 span { border-color: rgb(254,233,76); }

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