Html Css Color HEX #EFEE14 Lemon

📋 copy color: '#EFEE14'

red 239 ◦ green 238 ◦ blue 20

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

Shades of Lemon #EFEE14

Tints of Lemon #EFEE14

RGB

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

 GREEN value IS 238 (93.36% from 255) = 47.89%

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

R = 48.09%
G = 47.89%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EFEE14 (or 0xEFEE14) is known color: Lemon. HEX triplet: EF, EE and 14. RGB value is (239,238,20). Sum of RGB (Red+Green+Blue) = 239+238+20=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 238 (93.36% from 255 or 47.89% from 497); Blue value is 20 (8.20% from 255 or 4.02% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEE14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFEE14 is #1011EB. Grayscale: #D6D6D6. Windows color (decimal): -1053164 or 1371887. OLE color: 1371887.

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

Color convert

RGB 239 238 20 -
CMYK 0 0.00 0.92 0.06
HSL 59.73º 0.87% 0.51% -
HSV(B) 59.73º 0.92% 0.94% -
XYZ 66.3 79.55 12.52 -
YUV 213.45 18.83 146.23 -
System Red Green Blue C M Y K H S L
Decimal 239 238 20 0 0.00 0.92 0.06 59.73 0.87 0.51
Hex EF EE 14 0 0 5C 6 3C 57 33
Octal 357 356 24 0 0 134 6 74 127 63
Binary 11101111 11101110 10100 0 0 1011100 110 111100 1010111 110011

Color Harmonies of #EFEE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEE14

Black with #EFEE14

Text Example


Text Example

White with #EFEE14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEE14; }

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

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

background-color css

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

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

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

border-color css

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

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

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