Html Css Color HEX #ECF00E Lemon

📋 copy color: '#ECF00E'

red 236 ◦ green 240 ◦ blue 14

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

Shades of Lemon #ECF00E

Tints of Lemon #ECF00E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 2.86%

R = 48.16%
G = 48.98%
B = 2.86%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#ECF00E (or 0xECF00E) is known color: Lemon. HEX triplet: EC, F0 and 0E. RGB value is (236,240,14). Sum of RGB (Red+Green+Blue) = 236+240+14=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 240 (94.14% from 255 or 48.98% from 490); Blue value is 14 (5.86% from 255 or 2.86% from 490); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF00E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECF00E is #130FF1. Grayscale: #D5D5D5. Windows color (decimal): -1249266 or 979180. OLE color: 979180.

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

Color convert

RGB 236 240 14 -
CMYK 0.02 0 0.94 0.06
HSL 61.06º 0.89% 0.5% -
HSV(B) 61.06º 0.94% 0.94% -
XYZ 65.83 80.18 12.42 -
YUV 213.04 15.67 144.38 -
System Red Green Blue C M Y K H S L
Decimal 236 240 14 0.02 0 0.94 0.06 61.06 0.89 0.5
Hex EC F0 E 2 0 5E 6 3D 59 32
Octal 354 360 16 2 0 136 6 75 131 62
Binary 11101100 11110000 1110 10 0 1011110 110 111101 1011001 110010

Color Harmonies of #ECF00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECF00E

Black with #ECF00E

Text Example


Text Example

White with #ECF00E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECF00E; }

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

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

background-color css

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

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

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

border-color css

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

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

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