#ECF255

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

Shades of Paris Daisy #ECF255

Tints of Paris Daisy #ECF255

Color information

#ECF255 (or 0xECF255) is unknown color: approx Paris Daisy. HEX triplet: EC, F2 and 55. RGB value is (236,242,85). Sum of RGB (Red+Green+Blue) = 236+242+85=563 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.92% from 563); Green value is 242 (94.92% from 255 or 42.98% from 563); Blue value is 85 (33.59% from 255 or 15.10% from 563); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF255 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECF255 is #130DAA. Grayscale: #DEDEDE. Windows color (decimal): -1248683 or 5632748. OLE color: 5632748.

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

Color convert

RGB23624285-
CMYK0.0200.650.05
HSL62.29º85.79%64.12%-
HSV(B)62.29º64.88%94.9%-
XYZ67.9881.9920.84-
YUV222.3150.51137.77-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.92%
GREEN value IS 242 (94.92% from 255) = 42.98%
BLUE value IS 85 (33.59% from 255) = 15.10%
R=41.92%
G=42.98%
B=15.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal236242850.0200.650.0562.2985.7964.12
HexECF255204153e5640
Octal35436212520101576126100
Binary11101100111100101010101100100000110111111010101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF255; }

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

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

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

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

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

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

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

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