Html Css Color HEX #EBF215 Lemon

📋 copy color: '#EBF215'

red 235 ◦ green 242 ◦ blue 21

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

Shades of Lemon #EBF215

Tints of Lemon #EBF215

RGB

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

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

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

R = 47.19%
G = 48.59%
B = 4.22%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#EBF215 (or 0xEBF215) is known color: Lemon. HEX triplet: EB, F2 and 15. RGB value is (235,242,21). Sum of RGB (Red+Green+Blue) = 235+242+21=498 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.19% from 498); Green value is 242 (94.92% from 255 or 48.59% from 498); Blue value is 21 (8.59% from 255 or 4.22% from 498); Max value from RGB is 242 - color contains mainly: green. Hex color #EBF215 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EBF215 is #140DEA. Grayscale: #D7D7D7. Windows color (decimal): -1314283 or 1438443. OLE color: 1438443.

HSL color Cylindrical-coordinate representation of color #EBF215: hue angle of 61.9º 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 #EBF215 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB 235 242 21 -
CMYK 0.03 0 0.91 0.05
HSL 61.9º 0.89% 0.52% -
HSV(B) 61.9º 0.91% 0.95% -
XYZ 66.15 81.22 12.9 -
YUV 214.71 18.68 142.47 -
System Red Green Blue C M Y K H S L
Decimal 235 242 21 0.03 0 0.91 0.05 61.9 0.89 0.52
Hex EB F2 15 3 0 5B 5 3E 59 34
Octal 353 362 25 3 0 133 5 76 131 64
Binary 11101011 11110010 10101 11 0 1011011 101 111110 1011001 110100

Color Harmonies of #EBF215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF215

Black with #EBF215

Text Example


Text Example

White with #EBF215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF215; }

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

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

background-color css

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

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

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

border-color css

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

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

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