Html Css Color HEX #EBDC10 Lemon

📋 copy color: '#EBDC10'

red 235 ◦ green 220 ◦ blue 16

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

Shades of Lemon #EBDC10

Tints of Lemon #EBDC10

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.71%

 BLUE value IS 16 (6.64% from 255) = 3.4%

R = 49.89%
G = 46.71%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EBDC10 (or 0xEBDC10) is known color: Lemon. HEX triplet: EB, DC and 10. RGB value is (235,220,16). Sum of RGB (Red+Green+Blue) = 235+220+16=471 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.89% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 16 (6.64% from 255 or 3.40% from 471); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBDC10 is #1423EF. Grayscale: #CACACA. Windows color (decimal): -1319920 or 1105131. OLE color: 1105131.

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

Color convert

RGB 235 220 16 -
CMYK 0 0.06 0.93 0.08
HSL 55.89º 0.87% 0.49% -
HSV(B) 55.89º 0.93% 0.92% -
XYZ 59.95 68.89 10.63 -
YUV 201.23 23.47 152.09 -
System Red Green Blue C M Y K H S L
Decimal 235 220 16 0 0.06 0.93 0.08 55.89 0.87 0.49
Hex EB DC 10 0 6 5D 8 38 57 31
Octal 353 334 20 0 6 135 10 70 127 61
Binary 11101011 11011100 10000 0 110 1011101 1000 111000 1010111 110001

Color Harmonies of #EBDC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDC10

Black with #EBDC10

Text Example


Text Example

White with #EBDC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDC10; }

 p { color: rgb(235,220,16); }

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

background-color css

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

 a { background-color: rgb(235,220,16); }

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

border-color css

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

 span { border-color: rgb(235,220,16); }

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