#ECFA40

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

Shades of Paris Daisy #ECFA40

Tints of Paris Daisy #ECFA40

Color information

#ECFA40 (or 0xECFA40) is unknown color: approx Paris Daisy. HEX triplet: EC, FA and 40. RGB value is (236,250,64). Sum of RGB (Red+Green+Blue) = 236+250+64=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 250 (98.05% from 255 or 45.45% from 550); Blue value is 64 (25.39% from 255 or 11.64% from 550); Max value from RGB is 250 - color contains mainly: green. Hex color #ECFA40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECFA40 is #1305BF. Grayscale: #E1E1E1. Windows color (decimal): -1246656 or 4258540. OLE color: 4258540.

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

Color convert

RGB23625064-
CMYK0.0600.740.02
HSL64.52º94.9%61.57%-
HSV(B)64.52º74.4%98.04%-
XYZ69.786.5717.89-
YUV224.6137.36136.12-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.91%
GREEN value IS 250 (98.05% from 255) = 45.45%
BLUE value IS 64 (25.39% from 255) = 11.64%
R=42.91%
G=45.45%
B=11.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal236250640.0600.740.0264.5294.961.57
HexECFA40604A2415f3e
Octal35437210060112210113776
Binary11101100111110101000000110010010101010000011011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFA40; }

 p { color: rgb(236,250,64); }

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

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

 a { background-color: rgb(236,250,64); }

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

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

 span { border-color: rgb(236,250,64); }

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