Html Css Color HEX #EBDC0A Lemon

📋 copy color: '#EBDC0A'

red 235 ◦ green 220 ◦ blue 10

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

Shades of Lemon #EBDC0A

Tints of Lemon #EBDC0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.15%

R = 50.54%
G = 47.31%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EBDC0A (or 0xEBDC0A) is known color: Lemon. HEX triplet: EB, DC and 0A. RGB value is (235,220,10). Sum of RGB (Red+Green+Blue) = 235+220+10=465 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.54% from 465); Green value is 220 (86.33% from 255 or 47.31% from 465); Blue value is 10 (4.30% from 255 or 2.15% from 465); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBDC0A is #1423F5. Grayscale: #C9C9C9. Windows color (decimal): -1319926 or 711915. OLE color: 711915.

HSL color Cylindrical-coordinate representation of color #EBDC0A: hue angle of 56º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EBDC0A is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 220 10 -
CMYK 0 0.06 0.96 0.08
HSL 56º 0.92% 0.48% -
HSV(B) 56º 0.96% 0.92% -
XYZ 59.91 68.87 10.42 -
YUV 200.55 20.47 152.58 -
System Red Green Blue C M Y K H S L
Decimal 235 220 10 0 0.06 0.96 0.08 56 0.92 0.48
Hex EB DC A 0 6 60 8 38 5C 30
Octal 353 334 12 0 6 140 10 70 134 60
Binary 11101011 11011100 1010 0 110 1100000 1000 111000 1011100 110000

Color Harmonies of #EBDC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDC0A

Black with #EBDC0A

Text Example


Text Example

White with #EBDC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDC0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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