Html Css Color HEX #EFDC14 Lemon

📋 copy color: '#EFDC14'

red 239 ◦ green 220 ◦ blue 20

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

Shades of Lemon #EFDC14

Tints of Lemon #EFDC14

RGB

 RED value IS 239 (93.75% from 255) = 49.9%

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

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

R = 49.9%
G = 45.93%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EFDC14 (or 0xEFDC14) is known color: Lemon. HEX triplet: EF, DC and 14. RGB value is (239,220,20). Sum of RGB (Red+Green+Blue) = 239+220+20=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 220 (86.33% from 255 or 45.93% from 479); Blue value is 20 (8.20% from 255 or 4.18% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDC14 is #1023EB. Grayscale: #CBCBCB. Windows color (decimal): -1057772 or 1367279. OLE color: 1367279.

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

Color convert

RGB 239 220 20 -
CMYK 0 0.08 0.92 0.06
HSL 54.79º 0.87% 0.51% -
HSV(B) 54.79º 0.92% 0.94% -
XYZ 61.32 69.59 10.86 -
YUV 202.88 24.79 153.76 -
System Red Green Blue C M Y K H S L
Decimal 239 220 20 0 0.08 0.92 0.06 54.79 0.87 0.51
Hex EF DC 14 0 8 5C 6 37 57 33
Octal 357 334 24 0 10 134 6 67 127 63
Binary 11101111 11011100 10100 0 1000 1011100 110 110111 1010111 110011

Color Harmonies of #EFDC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDC14

Black with #EFDC14

Text Example


Text Example

White with #EFDC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDC14; }

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

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

background-color css

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

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

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

border-color css

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

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

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