Html Css Color HEX #ECF14A Paris Daisy

📋 copy color: '#ECF14A'

red 236 ◦ green 241 ◦ blue 74

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

Shades of Paris Daisy #ECF14A

Tints of Paris Daisy #ECF14A

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.74%

 BLUE value IS 74 (29.3% from 255) = 13.43%

R = 42.83%
G = 43.74%
B = 13.43%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#ECF14A (or 0xECF14A) is known color: Paris Daisy. HEX triplet: EC, F1 and 4A. RGB value is (236,241,74). Sum of RGB (Red+Green+Blue) = 236+241+74=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 241 (94.53% from 255 or 43.74% from 551); Blue value is 74 (29.30% from 255 or 13.43% from 551); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF14A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF14A is #130EB5. Grayscale: #DDDDDD. Windows color (decimal): -1248950 or 4911596. OLE color: 4911596.

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

Color convert

RGB 236 241 74 -
CMYK 0.02 0 0.69 0.05
HSL 61.8º 0.86% 0.62% -
HSV(B) 61.8º 0.69% 0.95% -
XYZ 67.28 81.24 18.61 -
YUV 220.47 45.34 139.08 -
System Red Green Blue C M Y K H S L
Decimal 236 241 74 0.02 0 0.69 0.05 61.8 0.86 0.62
Hex EC F1 4A 2 0 45 5 3E 56 3E
Octal 354 361 112 2 0 105 5 76 126 76
Binary 11101100 11110001 1001010 10 0 1000101 101 111110 1010110 111110

Color Harmonies of #ECF14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECF14A

Black with #ECF14A

Text Example


Text Example

White with #ECF14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECF14A; }

 p { color: rgb(236,241,74); }

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

background-color css

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

 a { background-color: rgb(236,241,74); }

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

border-color css

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

 span { border-color: rgb(236,241,74); }

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