Html Css Color HEX #EFE014 Lemon

📋 copy color: '#EFE014'

red 239 ◦ green 224 ◦ blue 20

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

Shades of Lemon #EFE014

Tints of Lemon #EFE014

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46.38%

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

R = 49.48%
G = 46.38%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EFE014 (or 0xEFE014) is known color: Lemon. HEX triplet: EF, E0 and 14. RGB value is (239,224,20). Sum of RGB (Red+Green+Blue) = 239+224+20=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 224 (87.89% from 255 or 46.38% from 483); Blue value is 20 (8.20% from 255 or 4.14% from 483); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE014 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE014 is #101FEB. Grayscale: #CECECE. Windows color (decimal): -1056748 or 1368303. OLE color: 1368303.

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

Color convert

RGB 239 224 20 -
CMYK 0 0.06 0.92 0.06
HSL 55.89º 0.87% 0.51% -
HSV(B) 55.89º 0.92% 0.94% -
XYZ 62.38 71.71 11.22 -
YUV 205.23 23.47 152.09 -
System Red Green Blue C M Y K H S L
Decimal 239 224 20 0 0.06 0.92 0.06 55.89 0.87 0.51
Hex EF E0 14 0 6 5C 6 38 57 33
Octal 357 340 24 0 6 134 6 70 127 63
Binary 11101111 11100000 10100 0 110 1011100 110 111000 1010111 110011

Color Harmonies of #EFE014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE014

Black with #EFE014

Text Example


Text Example

White with #EFE014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE014; }

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

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

background-color css

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

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

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

border-color css

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

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

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