#ECFB50

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

Shades of Paris Daisy #ECFB50

Tints of Paris Daisy #ECFB50

Color information

#ECFB50 (or 0xECFB50) is unknown color: approx Paris Daisy. HEX triplet: EC, FB and 50. RGB value is (236,251,80). Sum of RGB (Red+Green+Blue) = 236+251+80=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 251 (98.44% from 255 or 44.27% from 567); Blue value is 80 (31.64% from 255 or 14.11% from 567); Max value from RGB is 251 - color contains mainly: green. Hex color #ECFB50 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECFB50 is #1304AF. Grayscale: #E3E3E3. Windows color (decimal): -1246384 or 5307372. OLE color: 5307372.

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

Color convert

RGB23625180-
CMYK0.0600.680.02
HSL65.26º95.53%64.9%-
HSV(B)65.26º68.13%98.43%-
XYZ70.5487.4120.74-
YUV227.0245.03134.4-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.62%
GREEN value IS 251 (98.44% from 255) = 44.27%
BLUE value IS 80 (31.64% from 255) = 14.11%
R=41.62%
G=44.27%
B=14.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal236251800.0600.680.0265.2695.5364.9
HexECFB5060442416041
Octal354373120601042101140101
Binary111011001111101110100001100100010010100000111000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFB50; }

 p { color: rgb(236,251,80); }

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

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

 a { background-color: rgb(236,251,80); }

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

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

 span { border-color: rgb(236,251,80); }

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