Html Css Color HEX #EFEC14 Lemon

📋 copy color: '#EFEC14'

red 239 ◦ green 236 ◦ blue 20

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

Shades of Lemon #EFEC14

Tints of Lemon #EFEC14

RGB

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

 GREEN value IS 236 (92.58% from 255) = 47.68%

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

R = 48.28%
G = 47.68%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EFEC14 (or 0xEFEC14) is known color: Lemon. HEX triplet: EF, EC and 14. RGB value is (239,236,20). Sum of RGB (Red+Green+Blue) = 239+236+20=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 236 (92.58% from 255 or 47.68% from 495); Blue value is 20 (8.20% from 255 or 4.04% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEC14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFEC14 is #1013EB. Grayscale: #D5D5D5. Windows color (decimal): -1053676 or 1371375. OLE color: 1371375.

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

Color convert

RGB 239 236 20 -
CMYK 0 0.01 0.92 0.06
HSL 59.18º 0.87% 0.51% -
HSV(B) 59.18º 0.92% 0.94% -
XYZ 65.72 78.39 12.33 -
YUV 212.27 19.49 147.06 -
System Red Green Blue C M Y K H S L
Decimal 239 236 20 0 0.01 0.92 0.06 59.18 0.87 0.51
Hex EF EC 14 0 1 5C 6 3B 57 33
Octal 357 354 24 0 1 134 6 73 127 63
Binary 11101111 11101100 10100 0 1 1011100 110 111011 1010111 110011

Color Harmonies of #EFEC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEC14

Black with #EFEC14

Text Example


Text Example

White with #EFEC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEC14; }

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

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

background-color css

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

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

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

border-color css

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

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

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