Html Css Color HEX #EBE80B Lemon

📋 copy color: '#EBE80B'

red 235 ◦ green 232 ◦ blue 11

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

Shades of Lemon #EBE80B

Tints of Lemon #EBE80B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.3%

R = 49.16%
G = 48.54%
B = 2.3%

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

#EBE80B (or 0xEBE80B) is known color: Lemon. HEX triplet: EB, E8 and 0B. RGB value is (235,232,11). Sum of RGB (Red+Green+Blue) = 235+232+11=478 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.16% from 478); Green value is 232 (91.02% from 255 or 48.54% from 478); Blue value is 11 (4.69% from 255 or 2.30% from 478); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE80B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EBE80B is #1417F4. Grayscale: #D0D0D0. Windows color (decimal): -1316853 or 780523. OLE color: 780523.

HSL color Cylindrical-coordinate representation of color #EBE80B: hue angle of 59.2º degrees, saturation: 0.91, 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 #EBE80B is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 232 11 -
CMYK 0 0.01 0.95 0.08
HSL 59.2º 0.91% 0.48% -
HSV(B) 59.2º 0.95% 0.92% -
XYZ 63.18 75.4 11.54 -
YUV 207.7 16.99 147.47 -
System Red Green Blue C M Y K H S L
Decimal 235 232 11 0 0.01 0.95 0.08 59.2 0.91 0.48
Hex EB E8 B 0 1 5F 8 3B 5B 30
Octal 353 350 13 0 1 137 10 73 133 60
Binary 11101011 11101000 1011 0 1 1011111 1000 111011 1011011 110000

Color Harmonies of #EBE80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE80B

Black with #EBE80B

Text Example


Text Example

White with #EBE80B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE80B; }

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

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

background-color css

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

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

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

border-color css

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

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

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