#FFEC45

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

Shades of Paris Daisy #FFEC45

Tints of Paris Daisy #FFEC45

Color information

#FFEC45 (or 0xFFEC45) is unknown color: approx Paris Daisy. HEX triplet: FF, EC and 45. RGB value is (255,236,69). Sum of RGB (Red+Green+Blue) = 255+236+69=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 236 (92.58% from 255 or 42.14% from 560); Blue value is 69 (27.34% from 255 or 12.32% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC45 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEC45 is #0013BA. Grayscale: #DFDFDF. Windows color (decimal): -5051 or 4582655. OLE color: 4582655.

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

Color convert

RGB25523669-
CMYK00.070.730
HSL53.87º100%63.53%-
HSV(B)53.87º72.94%100%-
XYZ72.3181.6817.59-
YUV222.6441.29151.08-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.54%
GREEN value IS 236 (92.58% from 255) = 42.14%
BLUE value IS 69 (27.34% from 255) = 12.32%
R=45.54%
G=42.14%
B=12.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.73
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552366900.070.73053.8710063.53
HexFFEC4507490366440
Octal37735410507111066144100
Binary1111111111101100100010101111001001011011011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEC45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEC45; }

 p { color: rgb(255,236,69); }

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

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

 a { background-color: rgb(255,236,69); }

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

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

 span { border-color: rgb(255,236,69); }

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