Html Css Color HEX #EBF214 Lemon

📋 copy color: '#EBF214'

red 235 ◦ green 242 ◦ blue 20

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

Shades of Lemon #EBF214

Tints of Lemon #EBF214

RGB

 RED value IS 235 (92.19% from 255) = 47.28%

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

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

R = 47.28%
G = 48.69%
B = 4.02%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#EBF214 (or 0xEBF214) is known color: Lemon. HEX triplet: EB, F2 and 14. RGB value is (235,242,20). Sum of RGB (Red+Green+Blue) = 235+242+20=497 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.28% from 497); Green value is 242 (94.92% from 255 or 48.69% from 497); Blue value is 20 (8.20% from 255 or 4.02% from 497); Max value from RGB is 242 - color contains mainly: green. Hex color #EBF214 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EBF214 is #140DEB. Grayscale: #D7D7D7. Windows color (decimal): -1314284 or 1372907. OLE color: 1372907.

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

Color convert

RGB 235 242 20 -
CMYK 0.03 0 0.92 0.05
HSL 61.89º 0.9% 0.51% -
HSV(B) 61.89º 0.92% 0.95% -
XYZ 66.14 81.22 12.85 -
YUV 214.6 18.18 142.55 -
System Red Green Blue C M Y K H S L
Decimal 235 242 20 0.03 0 0.92 0.05 61.89 0.9 0.51
Hex EB F2 14 3 0 5C 5 3E 5A 33
Octal 353 362 24 3 0 134 5 76 132 63
Binary 11101011 11110010 10100 11 0 1011100 101 111110 1011010 110011

Color Harmonies of #EBF214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF214

Black with #EBF214

Text Example


Text Example

White with #EBF214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF214; }

 p { color: rgb(235,242,20); }

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

background-color css

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

 a { background-color: rgb(235,242,20); }

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

border-color css

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

 span { border-color: rgb(235,242,20); }

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