Html Css Color HEX #EBE50B Lemon

📋 copy color: '#EBE50B'

red 235 ◦ green 229 ◦ blue 11

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

Shades of Lemon #EBE50B

Tints of Lemon #EBE50B

RGB

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

 GREEN value IS 229 (89.84% from 255) = 48.21%

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

R = 49.47%
G = 48.21%
B = 2.32%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EBE50B (or 0xEBE50B) is known color: Lemon. HEX triplet: EB, E5 and 0B. RGB value is (235,229,11). Sum of RGB (Red+Green+Blue) = 235+229+11=475 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.47% from 475); Green value is 229 (89.84% from 255 or 48.21% from 475); Blue value is 11 (4.69% from 255 or 2.32% from 475); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE50B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBE50B is #141AF4. Grayscale: #CECECE. Windows color (decimal): -1317621 or 779755. OLE color: 779755.

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

Color convert

RGB 235 229 11 -
CMYK 0 0.03 0.95 0.08
HSL 58.39º 0.91% 0.48% -
HSV(B) 58.39º 0.95% 0.92% -
XYZ 62.34 73.72 11.26 -
YUV 205.94 17.99 148.73 -
System Red Green Blue C M Y K H S L
Decimal 235 229 11 0 0.03 0.95 0.08 58.39 0.91 0.48
Hex EB E5 B 0 3 5F 8 3A 5B 30
Octal 353 345 13 0 3 137 10 72 133 60
Binary 11101011 11100101 1011 0 11 1011111 1000 111010 1011011 110000

Color Harmonies of #EBE50B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE50B

Black with #EBE50B

Text Example


Text Example

White with #EBE50B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE50B; }

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

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

background-color css

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

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

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

border-color css

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

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

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