#ECF245

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

Shades of Paris Daisy #ECF245

Tints of Paris Daisy #ECF245

Color information

#ECF245 (or 0xECF245) is unknown color: approx Paris Daisy. HEX triplet: EC, F2 and 45. RGB value is (236,242,69). Sum of RGB (Red+Green+Blue) = 236+242+69=547 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.14% from 547); Green value is 242 (94.92% from 255 or 44.24% from 547); Blue value is 69 (27.34% from 255 or 12.61% from 547); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF245 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF245 is #130DBA. Grayscale: #DDDDDD. Windows color (decimal): -1248699 or 4584172. OLE color: 4584172.

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

Color convert

RGB23624269-
CMYK0.0200.710.05
HSL62.08º86.93%60.98%-
HSV(B)62.08º71.49%94.9%-
XYZ67.4281.7717.86-
YUV220.4842.51139.07-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.14%
GREEN value IS 242 (94.92% from 255) = 44.24%
BLUE value IS 69 (27.34% from 255) = 12.61%
R=43.14%
G=44.24%
B=12.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal236242690.0200.710.0562.0886.9360.98
HexECF245204753e573d
Octal3543621052010757612775
Binary1110110011110010100010110010001111011111101010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF245; }

 p { color: rgb(236,242,69); }

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

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

 a { background-color: rgb(236,242,69); }

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

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

 span { border-color: rgb(236,242,69); }

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