#ECFD4A

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

Shades of Paris Daisy #ECFD4A

Tints of Paris Daisy #ECFD4A

Color information

#ECFD4A (or 0xECFD4A) is unknown color: approx Paris Daisy. HEX triplet: EC, FD and 4A. RGB value is (236,253,74). Sum of RGB (Red+Green+Blue) = 236+253+74=563 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.92% from 563); Green value is 253 (99.22% from 255 or 44.94% from 563); Blue value is 74 (29.30% from 255 or 13.14% from 563); Max value from RGB is 253 - color contains mainly: green. Hex color #ECFD4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECFD4A is #1302B5. Grayscale: #E4E4E4. Windows color (decimal): -1245878 or 4914668. OLE color: 4914668.

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

Color convert

RGB23625374-
CMYK0.0700.710.01
HSL65.7º97.81%64.12%-
HSV(B)65.7º70.75%99.22%-
XYZ70.9588.5819.84-
YUV227.5141.37134.05-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.92%
GREEN value IS 253 (99.22% from 255) = 44.94%
BLUE value IS 74 (29.30% from 255) = 13.14%
R=41.92%
G=44.94%
B=13.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal236253740.0700.710.0165.797.8164.12
HexECFD4A70471426240
Octal354375112701071102142100
Binary11101100111111011001010111010001111100001011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFD4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFD4A; }

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

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

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

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

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

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

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

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