Html Css Color HEX #EBDA11 Lemon

📋 copy color: '#EBDA11'

red 235 ◦ green 218 ◦ blue 17

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

Shades of Lemon #EBDA11

Tints of Lemon #EBDA11

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.38%

 BLUE value IS 17 (7.03% from 255) = 3.62%

R = 50%
G = 46.38%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EBDA11 (or 0xEBDA11) is known color: Lemon. HEX triplet: EB, DA and 11. RGB value is (235,218,17). Sum of RGB (Red+Green+Blue) = 235+218+17=470 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50% from 470); Green value is 218 (85.55% from 255 or 46.38% from 470); Blue value is 17 (7.03% from 255 or 3.62% from 470); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBDA11 is #1425EE. Grayscale: #C8C8C8. Windows color (decimal): -1320431 or 1170155. OLE color: 1170155.

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

Color convert

RGB 235 218 17 -
CMYK 0 0.07 0.93 0.08
HSL 55.32º 0.87% 0.49% -
HSV(B) 55.32º 0.93% 0.92% -
XYZ 59.43 67.85 10.49 -
YUV 200.17 24.63 152.84 -
System Red Green Blue C M Y K H S L
Decimal 235 218 17 0 0.07 0.93 0.08 55.32 0.87 0.49
Hex EB DA 11 0 7 5D 8 37 57 31
Octal 353 332 21 0 7 135 10 67 127 61
Binary 11101011 11011010 10001 0 111 1011101 1000 110111 1010111 110001

Color Harmonies of #EBDA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDA11

Black with #EBDA11

Text Example


Text Example

White with #EBDA11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDA11; }

 p { color: rgb(235,218,17); }

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

background-color css

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

 a { background-color: rgb(235,218,17); }

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

border-color css

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

 span { border-color: rgb(235,218,17); }

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