Html Css Color HEX #ECF013 Lemon

📋 copy color: '#ECF013'

red 236 ◦ green 240 ◦ blue 19

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

Shades of Lemon #ECF013

Tints of Lemon #ECF013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 3.84%

R = 47.68%
G = 48.48%
B = 3.84%

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

#ECF013 (or 0xECF013) is known color: Lemon. HEX triplet: EC, F0 and 13. RGB value is (236,240,19). Sum of RGB (Red+Green+Blue) = 236+240+19=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 240 (94.14% from 255 or 48.48% from 495); Blue value is 19 (7.81% from 255 or 3.84% from 495); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF013 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECF013 is #130FEC. Grayscale: #D6D6D6. Windows color (decimal): -1249261 or 1306860. OLE color: 1306860.

HSL color Cylindrical-coordinate representation of color #ECF013: 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 #ECF013 is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 236 240 19 -
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.87 80.2 12.62 -
YUV 213.61 18.17 143.97 -
System Red Green Blue C M Y K H S L
Decimal 236 240 19 0.02 0 0.92 0.06 61.09 0.88 0.51
Hex EC F0 13 2 0 5C 6 3D 58 33
Octal 354 360 23 2 0 134 6 75 130 63
Binary 11101100 11110000 10011 10 0 1011100 110 111101 1011000 110011

Color Harmonies of #ECF013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECF013

Black with #ECF013

Text Example


Text Example

White with #ECF013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECF013; }

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

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

background-color css

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

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

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

border-color css

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

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

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