Html Css Color HEX #EBF520 Lemon

📋 copy color: '#EBF520'

red 235 ◦ green 245 ◦ blue 32

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

Shades of Lemon #EBF520

Tints of Lemon #EBF520

RGB

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

 GREEN value IS 245 (96.09% from 255) = 47.85%

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

R = 45.9%
G = 47.85%
B = 6.25%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#EBF520 (or 0xEBF520) is known color: Lemon. HEX triplet: EB, F5 and 20. RGB value is (235,245,32). Sum of RGB (Red+Green+Blue) = 235+245+32=512 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.90% from 512); Green value is 245 (96.09% from 255 or 47.85% from 512); Blue value is 32 (12.89% from 255 or 6.25% from 512); Max value from RGB is 245 - color contains mainly: green. Hex color #EBF520 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBF520 is #140ADF. Grayscale: #DADADA. Windows color (decimal): -1313504 or 2160107. OLE color: 2160107.

HSL color Cylindrical-coordinate representation of color #EBF520: hue angle of 62.82º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EBF520 is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.

Color convert

RGB 235 245 32 -
CMYK 0.04 0 0.87 0.04
HSL 62.82º 0.91% 0.54% -
HSV(B) 62.82º 0.87% 0.96% -
XYZ 67.17 83.07 13.86 -
YUV 217.73 23.19 140.32 -
System Red Green Blue C M Y K H S L
Decimal 235 245 32 0.04 0 0.87 0.04 62.82 0.91 0.54
Hex EB F5 20 4 0 57 4 3F 5B 36
Octal 353 365 40 4 0 127 4 77 133 66
Binary 11101011 11110101 100000 100 0 1010111 100 111111 1011011 110110

Color Harmonies of #EBF520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF520

Black with #EBF520

Text Example


Text Example

White with #EBF520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF520; }

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

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

background-color css

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

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

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

border-color css

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

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

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