Html Css Color HEX #EBDB0B Lemon

📋 copy color: '#EBDB0B'

red 235 ◦ green 219 ◦ blue 11

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

Shades of Lemon #EBDB0B

Tints of Lemon #EBDB0B

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47.1%

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

R = 50.54%
G = 47.1%
B = 2.37%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EBDB0B (or 0xEBDB0B) is known color: Lemon. HEX triplet: EB, DB and 0B. RGB value is (235,219,11). Sum of RGB (Red+Green+Blue) = 235+219+11=465 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.54% from 465); Green value is 219 (85.94% from 255 or 47.10% from 465); Blue value is 11 (4.69% from 255 or 2.37% from 465); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBDB0B is #1424F4. Grayscale: #C8C8C8. Windows color (decimal): -1320181 or 777195. OLE color: 777195.

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

Color convert

RGB 235 219 11 -
CMYK 0 0.07 0.95 0.08
HSL 55.71º 0.91% 0.48% -
HSV(B) 55.71º 0.95% 0.92% -
XYZ 59.65 68.35 10.37 -
YUV 200.07 21.3 152.91 -
System Red Green Blue C M Y K H S L
Decimal 235 219 11 0 0.07 0.95 0.08 55.71 0.91 0.48
Hex EB DB B 0 7 5F 8 38 5B 30
Octal 353 333 13 0 7 137 10 70 133 60
Binary 11101011 11011011 1011 0 111 1011111 1000 111000 1011011 110000

Color Harmonies of #EBDB0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDB0B

Black with #EBDB0B

Text Example


Text Example

White with #EBDB0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDB0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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