Html Css Color HEX #EFDA14 Lemon

📋 copy color: '#EFDA14'

red 239 ◦ green 218 ◦ blue 20

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

Shades of Lemon #EFDA14

Tints of Lemon #EFDA14

RGB

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

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

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

R = 50.1%
G = 45.7%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EFDA14 (or 0xEFDA14) is known color: Lemon. HEX triplet: EF, DA and 14. RGB value is (239,218,20). Sum of RGB (Red+Green+Blue) = 239+218+20=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 218 (85.55% from 255 or 45.70% from 477); Blue value is 20 (8.20% from 255 or 4.19% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDA14 is #1025EB. Grayscale: #CACACA. Windows color (decimal): -1058284 or 1366767. OLE color: 1366767.

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

Color convert

RGB 239 218 20 -
CMYK 0 0.09 0.92 0.06
HSL 54.25º 0.87% 0.51% -
HSV(B) 54.25º 0.92% 0.94% -
XYZ 60.79 68.54 10.69 -
YUV 201.71 25.46 154.6 -
System Red Green Blue C M Y K H S L
Decimal 239 218 20 0 0.09 0.92 0.06 54.25 0.87 0.51
Hex EF DA 14 0 9 5C 6 36 57 33
Octal 357 332 24 0 11 134 6 66 127 63
Binary 11101111 11011010 10100 0 1001 1011100 110 110110 1010111 110011

Color Harmonies of #EFDA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDA14

Black with #EFDA14

Text Example


Text Example

White with #EFDA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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