Html Css Color HEX #EBF314 Lemon

📋 copy color: '#EBF314'

red 235 ◦ green 243 ◦ blue 20

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

Shades of Lemon #EBF314

Tints of Lemon #EBF314

RGB

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

 GREEN value IS 243 (95.31% from 255) = 48.8%

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

R = 47.19%
G = 48.8%
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

#EBF314 (or 0xEBF314) is known color: Lemon. HEX triplet: EB, F3 and 14. RGB value is (235,243,20). Sum of RGB (Red+Green+Blue) = 235+243+20=498 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.19% from 498); Green value is 243 (95.31% from 255 or 48.80% from 498); Blue value is 20 (8.20% from 255 or 4.02% from 498); Max value from RGB is 243 - color contains mainly: green. Hex color #EBF314 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EBF314 is #140CEB. Grayscale: #D8D8D8. Windows color (decimal): -1314028 or 1373163. OLE color: 1373163.

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

Color convert

RGB 235 243 20 -
CMYK 0.03 0 0.92 0.05
HSL 62.15º 0.9% 0.52% -
HSV(B) 62.15º 0.92% 0.95% -
XYZ 66.44 81.81 12.95 -
YUV 215.19 17.85 142.13 -
System Red Green Blue C M Y K H S L
Decimal 235 243 20 0.03 0 0.92 0.05 62.15 0.9 0.52
Hex EB F3 14 3 0 5C 5 3E 5A 34
Octal 353 363 24 3 0 134 5 76 132 64
Binary 11101011 11110011 10100 11 0 1011100 101 111110 1011010 110100

Color Harmonies of #EBF314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF314

Black with #EBF314

Text Example


Text Example

White with #EBF314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF314; }

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

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

background-color css

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

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

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

border-color css

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

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

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