Html Css Color HEX #EBED0B Lemon

📋 copy color: '#EBED0B'

red 235 ◦ green 237 ◦ blue 11

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

Shades of Lemon #EBED0B

Tints of Lemon #EBED0B

RGB

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

 GREEN value IS 237 (92.97% from 255) = 49.07%

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

R = 48.65%
G = 49.07%
B = 2.28%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EBED0B (or 0xEBED0B) is known color: Lemon. HEX triplet: EB, ED and 0B. RGB value is (235,237,11). Sum of RGB (Red+Green+Blue) = 235+237+11=483 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.65% from 483); Green value is 237 (92.97% from 255 or 49.07% from 483); Blue value is 11 (4.69% from 255 or 2.28% from 483); Max value from RGB is 237 - color contains mainly: green. Hex color #EBED0B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EBED0B is #1412F4. Grayscale: #D3D3D3. Windows color (decimal): -1315573 or 781803. OLE color: 781803.

HSL color Cylindrical-coordinate representation of color #EBED0B: hue angle of 60.53º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EBED0B is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 235 237 11 -
CMYK 0.01 0 0.95 0.07
HSL 60.53º 0.91% 0.49% -
HSV(B) 60.53º 0.95% 0.93% -
XYZ 64.61 78.25 12.02 -
YUV 210.64 15.34 145.38 -
System Red Green Blue C M Y K H S L
Decimal 235 237 11 0.01 0 0.95 0.07 60.53 0.91 0.49
Hex EB ED B 1 0 5F 7 3D 5B 31
Octal 353 355 13 1 0 137 7 75 133 61
Binary 11101011 11101101 1011 1 0 1011111 111 111101 1011011 110001

Color Harmonies of #EBED0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBED0B

Black with #EBED0B

Text Example


Text Example

White with #EBED0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBED0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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