Html Css Color HEX #ECF014 Lemon

📋 copy color: '#ECF014'

red 236 ◦ green 240 ◦ blue 20

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

Shades of Lemon #ECF014

Tints of Lemon #ECF014

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48.39%

 BLUE value IS 20 (8.2% from 255) = 4.03%

R = 47.58%
G = 48.39%
B = 4.03%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#ECF014 (or 0xECF014) is known color: Lemon. HEX triplet: EC, F0 and 14. RGB value is (236,240,20). Sum of RGB (Red+Green+Blue) = 236+240+20=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 240 (94.14% from 255 or 48.39% from 496); Blue value is 20 (8.20% from 255 or 4.03% from 496); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF014 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECF014 is #130FEB. Grayscale: #D6D6D6. Windows color (decimal): -1249260 or 1372396. OLE color: 1372396.

HSL color Cylindrical-coordinate representation of color #ECF014: hue angle of 61.09º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ECF014 is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 236 240 20 -
CMYK 0.02 0 0.92 0.06
HSL 61.09º 0.88% 0.51% -
HSV(B) 61.09º 0.92% 0.94% -
XYZ 65.88 80.2 12.67 -
YUV 213.72 18.67 143.89 -
System Red Green Blue C M Y K H S L
Decimal 236 240 20 0.02 0 0.92 0.06 61.09 0.88 0.51
Hex EC F0 14 2 0 5C 6 3D 58 33
Octal 354 360 24 2 0 134 6 75 130 63
Binary 11101100 11110000 10100 10 0 1011100 110 111101 1011000 110011

Color Harmonies of #ECF014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECF014

Black with #ECF014

Text Example


Text Example

White with #ECF014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECF014; }

 p { color: rgb(236,240,20); }

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

background-color css

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

 a { background-color: rgb(236,240,20); }

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

border-color css

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

 span { border-color: rgb(236,240,20); }

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