Html Css Color HEX #EBDC14 Lemon

📋 copy color: '#EBDC14'

red 235 ◦ green 220 ◦ blue 20

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

Shades of Lemon #EBDC14

Tints of Lemon #EBDC14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.21%

R = 49.47%
G = 46.32%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EBDC14 (or 0xEBDC14) is known color: Lemon. HEX triplet: EB, DC and 14. RGB value is (235,220,20). Sum of RGB (Red+Green+Blue) = 235+220+20=475 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.47% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 20 (8.20% from 255 or 4.21% from 475); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBDC14 is #1423EB. Grayscale: #CACACA. Windows color (decimal): -1319916 or 1367275. OLE color: 1367275.

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

Color convert

RGB 235 220 20 -
CMYK 0 0.06 0.91 0.08
HSL 55.81º 0.84% 0.5% -
HSV(B) 55.81º 0.91% 0.92% -
XYZ 59.98 68.9 10.8 -
YUV 201.69 25.47 151.76 -
System Red Green Blue C M Y K H S L
Decimal 235 220 20 0 0.06 0.91 0.08 55.81 0.84 0.5
Hex EB DC 14 0 6 5B 8 38 54 32
Octal 353 334 24 0 6 133 10 70 124 62
Binary 11101011 11011100 10100 0 110 1011011 1000 111000 1010100 110010

Color Harmonies of #EBDC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDC14

Black with #EBDC14

Text Example


Text Example

White with #EBDC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDC14; }

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

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

background-color css

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

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

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

border-color css

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

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

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