#ECF14A

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

Shades of Paris Daisy #ECF14A

Tints of Paris Daisy #ECF14A

Color information

#ECF14A (or 0xECF14A) is unknown color: approx Paris Daisy. HEX triplet: EC, F1 and 4A. RGB value is (236,241,74). Sum of RGB (Red+Green+Blue) = 236+241+74=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 241 (94.53% from 255 or 43.74% from 551); Blue value is 74 (29.30% from 255 or 13.43% from 551); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF14A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF14A is #130EB5. Grayscale: #DDDDDD. Windows color (decimal): -1248950 or 4911596. OLE color: 4911596.

HSL color Cylindrical-coordinate representation of color #ECF14A: hue angle of 61.8º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ECF14A is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB23624174-
CMYK0.0200.690.05
HSL61.8º85.64%61.76%-
HSV(B)61.8º69.29%94.51%-
XYZ67.2881.2418.61-
YUV220.4745.34139.08-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.83%
GREEN value IS 241 (94.53% from 255) = 43.74%
BLUE value IS 74 (29.30% from 255) = 13.43%
R=42.83%
G=43.74%
B=13.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal236241740.0200.690.0561.885.6461.76
HexECF14A204553e563e
Octal3543611122010557612676
Binary1110110011110001100101010010001011011111101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF14A; }

 p { color: rgb(236,241,74); }

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

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

 a { background-color: rgb(236,241,74); }

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

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

 span { border-color: rgb(236,241,74); }

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