Html Css Color HEX #ECF250 Paris Daisy

📋 copy color: '#ECF250'

red 236 ◦ green 242 ◦ blue 80

#ECF250
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paris Daisy #ECF250

Tints of Paris Daisy #ECF250

RGB

 RED value IS 236 (92.58% from 255) = 42.29%

 GREEN value IS 242 (94.92% from 255) = 43.37%

 BLUE value IS 80 (31.64% from 255) = 14.34%

R = 42.29%
G = 43.37%
B = 14.34%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#ECF250 (or 0xECF250) is known color: Paris Daisy. HEX triplet: EC, F2 and 50. RGB value is (236,242,80). Sum of RGB (Red+Green+Blue) = 236+242+80=558 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.29% from 558); Green value is 242 (94.92% from 255 or 43.37% from 558); Blue value is 80 (31.64% from 255 or 14.34% from 558); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF250 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECF250 is #130DAF. Grayscale: #DEDEDE. Windows color (decimal): -1248688 or 5305068. OLE color: 5305068.

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

Color convert

RGB 236 242 80 -
CMYK 0.02 0 0.67 0.05
HSL 62.22º 0.86% 0.63% -
HSV(B) 62.22º 0.67% 0.95% -
XYZ 67.79 81.92 19.83 -
YUV 221.74 48.01 138.17 -
System Red Green Blue C M Y K H S L
Decimal 236 242 80 0.02 0 0.67 0.05 62.22 0.86 0.63
Hex EC F2 50 2 0 43 5 3E 56 3F
Octal 354 362 120 2 0 103 5 76 126 77
Binary 11101100 11110010 1010000 10 0 1000011 101 111110 1010110 111111

Color Harmonies of #ECF250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECF250

Black with #ECF250

Text Example


Text Example

White with #ECF250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECF250; }

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

 H1.HeaderClassName
 {
   color: #ECF250;
 }
 .AnyTagClassName
 {
   color: #ECF250;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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