Html Css Color HEX #ECF212 Lemon

📋 copy color: '#ECF212'

red 236 ◦ green 242 ◦ blue 18

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

Shades of Lemon #ECF212

Tints of Lemon #ECF212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.63%

R = 47.58%
G = 48.79%
B = 3.63%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#ECF212 (or 0xECF212) is known color: Lemon. HEX triplet: EC, F2 and 12. RGB value is (236,242,18). Sum of RGB (Red+Green+Blue) = 236+242+18=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 242 (94.92% from 255 or 48.79% from 496); Blue value is 18 (7.42% from 255 or 3.63% from 496); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF212 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECF212 is #130DED. Grayscale: #D7D7D7. Windows color (decimal): -1248750 or 1241836. OLE color: 1241836.

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

Color convert

RGB 236 242 18 -
CMYK 0.02 0 0.93 0.05
HSL 61.61º 0.9% 0.51% -
HSV(B) 61.61º 0.93% 0.95% -
XYZ 66.45 81.38 12.78 -
YUV 214.67 17.01 143.21 -
System Red Green Blue C M Y K H S L
Decimal 236 242 18 0.02 0 0.93 0.05 61.61 0.9 0.51
Hex EC F2 12 2 0 5D 5 3E 5A 33
Octal 354 362 22 2 0 135 5 76 132 63
Binary 11101100 11110010 10010 10 0 1011101 101 111110 1011010 110011

Color Harmonies of #ECF212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECF212

Black with #ECF212

Text Example


Text Example

White with #ECF212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECF212; }

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

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

background-color css

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

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

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

border-color css

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

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

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