Html Css Color HEX #EBE80C Lemon

📋 copy color: '#EBE80C'

red 235 ◦ green 232 ◦ blue 12

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

Shades of Lemon #EBE80C

Tints of Lemon #EBE80C

RGB

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

 GREEN value IS 232 (91.02% from 255) = 48.43%

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

R = 49.06%
G = 48.43%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EBE80C (or 0xEBE80C) is known color: Lemon. HEX triplet: EB, E8 and 0C. RGB value is (235,232,12). Sum of RGB (Red+Green+Blue) = 235+232+12=479 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.06% from 479); Green value is 232 (91.02% from 255 or 48.43% from 479); Blue value is 12 (5.08% from 255 or 2.51% from 479); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE80C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EBE80C is #1417F3. Grayscale: #D0D0D0. Windows color (decimal): -1316852 or 846059. OLE color: 846059.

HSL color Cylindrical-coordinate representation of color #EBE80C: hue angle of 59.19º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EBE80C is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 232 12 -
CMYK 0 0.01 0.95 0.08
HSL 59.19º 0.9% 0.48% -
HSV(B) 59.19º 0.95% 0.92% -
XYZ 63.18 75.4 11.57 -
YUV 207.82 17.49 147.39 -
System Red Green Blue C M Y K H S L
Decimal 235 232 12 0 0.01 0.95 0.08 59.19 0.9 0.48
Hex EB E8 C 0 1 5F 8 3B 5A 30
Octal 353 350 14 0 1 137 10 73 132 60
Binary 11101011 11101000 1100 0 1 1011111 1000 111011 1011010 110000

Color Harmonies of #EBE80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE80C

Black with #EBE80C

Text Example


Text Example

White with #EBE80C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE80C; }

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

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

background-color css

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

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

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

border-color css

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

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

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