#ECFA4C

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

Shades of Paris Daisy #ECFA4C

Tints of Paris Daisy #ECFA4C

Color information

#ECFA4C (or 0xECFA4C) is unknown color: approx Paris Daisy. HEX triplet: EC, FA and 4C. RGB value is (236,250,76). Sum of RGB (Red+Green+Blue) = 236+250+76=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 250 (98.05% from 255 or 44.48% from 562); Blue value is 76 (30.08% from 255 or 13.52% from 562); Max value from RGB is 250 - color contains mainly: green. Hex color #ECFA4C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECFA4C is #1305B3. Grayscale: #E2E2E2. Windows color (decimal): -1246644 or 5044972. OLE color: 5044972.

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

Color convert

RGB23625076-
CMYK0.0600.700.02
HSL64.83º94.57%63.92%-
HSV(B)64.83º69.6%98.04%-
XYZ70.0886.7319.88-
YUV225.9843.36135.15-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.99%
GREEN value IS 250 (98.05% from 255) = 44.48%
BLUE value IS 76 (30.08% from 255) = 13.52%
R=41.99%
G=44.48%
B=13.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal236250760.0600.700.0264.8394.5763.92
HexECFA4C60462415f40
Octal354372114601062101137100
Binary111011001111101010011001100100011010100000110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFA4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFA4C; }

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

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

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

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

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

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

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

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