Html Css Color HEX #EBF10C Lemon

📋 copy color: '#EBF10C'

red 235 ◦ green 241 ◦ blue 12

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

Shades of Lemon #EBF10C

Tints of Lemon #EBF10C

RGB

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

 GREEN value IS 241 (94.53% from 255) = 49.39%

 BLUE value IS 12 (5.08% from 255) = 2.46%

R = 48.16%
G = 49.39%
B = 2.46%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#EBF10C (or 0xEBF10C) is known color: Lemon. HEX triplet: EB, F1 and 0C. RGB value is (235,241,12). Sum of RGB (Red+Green+Blue) = 235+241+12=488 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.16% from 488); Green value is 241 (94.53% from 255 or 49.39% from 488); Blue value is 12 (5.08% from 255 or 2.46% from 488); Max value from RGB is 241 - color contains mainly: green. Hex color #EBF10C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EBF10C is #140EF3. Grayscale: #D6D6D6. Windows color (decimal): -1314548 or 848363. OLE color: 848363.

HSL color Cylindrical-coordinate representation of color #EBF10C: hue angle of 61.57º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EBF10C is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 235 241 12 -
CMYK 0.02 0 0.95 0.05
HSL 61.57º 0.91% 0.5% -
HSV(B) 61.57º 0.95% 0.95% -
XYZ 65.78 80.6 12.44 -
YUV 213.1 14.51 143.62 -
System Red Green Blue C M Y K H S L
Decimal 235 241 12 0.02 0 0.95 0.05 61.57 0.91 0.5
Hex EB F1 C 2 0 5F 5 3E 5B 32
Octal 353 361 14 2 0 137 5 76 133 62
Binary 11101011 11110001 1100 10 0 1011111 101 111110 1011011 110010

Color Harmonies of #EBF10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF10C

Black with #EBF10C

Text Example


Text Example

White with #EBF10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF10C; }

 p { color: rgb(235,241,12); }

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

background-color css

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

 a { background-color: rgb(235,241,12); }

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

border-color css

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

 span { border-color: rgb(235,241,12); }

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