#FEEC4D

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

Shades of Paris Daisy #FEEC4D

Tints of Paris Daisy #FEEC4D

Color information

#FEEC4D (or 0xFEEC4D) is unknown color: approx Paris Daisy. HEX triplet: FE, EC and 4D. RGB value is (254,236,77). Sum of RGB (Red+Green+Blue) = 254+236+77=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 236 (92.58% from 255 or 41.62% from 567); Blue value is 77 (30.47% from 255 or 13.58% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEC4D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEC4D is #0113B2. Grayscale: #DFDFDF. Windows color (decimal): -70579 or 5106942. OLE color: 5106942.

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

Color convert

RGB25423677-
CMYK00.070.700.00
HSL53.9º98.88%64.9%-
HSV(B)53.9º69.69%99.61%-
XYZ72.2181.618.97-
YUV223.2645.46149.93-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.80%
GREEN value IS 236 (92.58% from 255) = 41.62%
BLUE value IS 77 (30.47% from 255) = 13.58%
R=44.80%
G=41.62%
B=13.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.70
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542367700.070.700.0053.998.8864.9
HexFEEC4D07460366341
Octal37635411507106066143101
Binary1111111011101100100110101111000110011011011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEC4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEC4D; }

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

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

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

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

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

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

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

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