Html Css Color HEX #EBF00A Lemon

📋 copy color: '#EBF00A'

red 235 ◦ green 240 ◦ blue 10

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

Shades of Lemon #EBF00A

Tints of Lemon #EBF00A

RGB

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

 GREEN value IS 240 (94.14% from 255) = 49.48%

 BLUE value IS 10 (4.3% from 255) = 2.06%

R = 48.45%
G = 49.48%
B = 2.06%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EBF00A (or 0xEBF00A) is known color: Lemon. HEX triplet: EB, F0 and 0A. RGB value is (235,240,10). Sum of RGB (Red+Green+Blue) = 235+240+10=485 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.45% from 485); Green value is 240 (94.14% from 255 or 49.48% from 485); Blue value is 10 (4.30% from 255 or 2.06% from 485); Max value from RGB is 240 - color contains mainly: green. Hex color #EBF00A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EBF00A is #140FF5. Grayscale: #D5D5D5. Windows color (decimal): -1314806 or 717035. OLE color: 717035.

HSL color Cylindrical-coordinate representation of color #EBF00A: hue angle of 61.3º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EBF00A is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.06.

Color convert

RGB 235 240 10 -
CMYK 0.02 0 0.96 0.06
HSL 61.3º 0.92% 0.49% -
HSV(B) 61.3º 0.96% 0.94% -
XYZ 65.48 80 12.28 -
YUV 212.29 13.84 144.2 -
System Red Green Blue C M Y K H S L
Decimal 235 240 10 0.02 0 0.96 0.06 61.3 0.92 0.49
Hex EB F0 A 2 0 60 6 3D 5C 31
Octal 353 360 12 2 0 140 6 75 134 61
Binary 11101011 11110000 1010 10 0 1100000 110 111101 1011100 110001

Color Harmonies of #EBF00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF00A

Black with #EBF00A

Text Example


Text Example

White with #EBF00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF00A; }

 p { color: rgb(235,240,10); }

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

background-color css

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

 a { background-color: rgb(235,240,10); }

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

border-color css

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

 span { border-color: rgb(235,240,10); }

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