Html Css Color HEX #ECF215 Lemon

📋 copy color: '#ECF215'

red 236 ◦ green 242 ◦ blue 21

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

Shades of Lemon #ECF215

Tints of Lemon #ECF215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.21%

R = 47.29%
G = 48.5%
B = 4.21%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#ECF215 (or 0xECF215) is known color: Lemon. HEX triplet: EC, F2 and 15. RGB value is (236,242,21). Sum of RGB (Red+Green+Blue) = 236+242+21=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 242 (94.92% from 255 or 48.50% from 499); Blue value is 21 (8.59% from 255 or 4.21% from 499); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF215 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECF215 is #130DEA. Grayscale: #D7D7D7. Windows color (decimal): -1248747 or 1438444. OLE color: 1438444.

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

Color convert

RGB 236 242 21 -
CMYK 0.02 0 0.91 0.05
HSL 61.63º 0.89% 0.52% -
HSV(B) 61.63º 0.91% 0.95% -
XYZ 66.48 81.39 12.92 -
YUV 215.01 18.51 142.97 -
System Red Green Blue C M Y K H S L
Decimal 236 242 21 0.02 0 0.91 0.05 61.63 0.89 0.52
Hex EC F2 15 2 0 5B 5 3E 59 34
Octal 354 362 25 2 0 133 5 76 131 64
Binary 11101100 11110010 10101 10 0 1011011 101 111110 1011001 110100

Color Harmonies of #ECF215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECF215

Black with #ECF215

Text Example


Text Example

White with #ECF215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECF215; }

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

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

background-color css

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

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

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

border-color css

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

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

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