Html Css Color HEX #EBF220 Lemon

📋 copy color: '#EBF220'

red 235 ◦ green 242 ◦ blue 32

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

Shades of Lemon #EBF220

Tints of Lemon #EBF220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.29%

R = 46.17%
G = 47.54%
B = 6.29%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#EBF220 (or 0xEBF220) is known color: Lemon. HEX triplet: EB, F2 and 20. RGB value is (235,242,32). Sum of RGB (Red+Green+Blue) = 235+242+32=509 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.17% from 509); Green value is 242 (94.92% from 255 or 47.54% from 509); Blue value is 32 (12.89% from 255 or 6.29% from 509); Max value from RGB is 242 - color contains mainly: green. Hex color #EBF220 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBF220 is #140DDF. Grayscale: #D8D8D8. Windows color (decimal): -1314272 or 2159339. OLE color: 2159339.

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

Color convert

RGB 235 242 32 -
CMYK 0.03 0 0.87 0.05
HSL 62º 0.89% 0.54% -
HSV(B) 62º 0.87% 0.95% -
XYZ 66.27 81.27 13.56 -
YUV 215.97 24.18 141.58 -
System Red Green Blue C M Y K H S L
Decimal 235 242 32 0.03 0 0.87 0.05 62 0.89 0.54
Hex EB F2 20 3 0 57 5 3E 59 36
Octal 353 362 40 3 0 127 5 76 131 66
Binary 11101011 11110010 100000 11 0 1010111 101 111110 1011001 110110

Color Harmonies of #EBF220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF220

Black with #EBF220

Text Example


Text Example

White with #EBF220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF220; }

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

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

background-color css

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

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

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

border-color css

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

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

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