Html Css Color HEX #FFEC14 Lemon

📋 copy color: '#FFEC14'

red 255 ◦ green 236 ◦ blue 20

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

Shades of Lemon #FFEC14

Tints of Lemon #FFEC14

RGB

 RED value IS 255 (100% from 255) = 49.9%

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

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

R = 49.9%
G = 46.18%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FFEC14 (or 0xFFEC14) is known color: Lemon. HEX triplet: FF, EC and 14. RGB value is (255,236,20). Sum of RGB (Red+Green+Blue) = 255+236+20=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 236 (92.58% from 255 or 46.18% from 511); Blue value is 20 (8.20% from 255 or 3.91% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFEC14 is #0013EB. Grayscale: #D9D9D9. Windows color (decimal): -5100 or 1371391. OLE color: 1371391.

HSL color Cylindrical-coordinate representation of color #FFEC14: hue angle of 55.15º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FFEC14 is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.

Color convert

RGB 255 236 20 -
CMYK 0 0.07 0.92 0
HSL 55.15º 1% 0.54% -
HSV(B) 55.15º 0.92% 1% -
XYZ 71.36 81.3 12.59 -
YUV 217.06 16.79 155.06 -
System Red Green Blue C M Y K H S L
Decimal 255 236 20 0 0.07 0.92 0 55.15 1 0.54
Hex FF EC 14 0 7 5C 0 37 64 36
Octal 377 354 24 0 7 134 0 67 144 66
Binary 11111111 11101100 10100 0 111 1011100 0 110111 1100100 110110

Color Harmonies of #FFEC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEC14

Black with #FFEC14

Text Example


Text Example

White with #FFEC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEC14; }

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

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

background-color css

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

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

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

border-color css

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

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

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