Html Css Color HEX #FFEF14 Lemon

📋 copy color: '#FFEF14'

red 255 ◦ green 239 ◦ blue 20

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

Shades of Lemon #FFEF14

Tints of Lemon #FFEF14

RGB

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

 GREEN value IS 239 (93.75% from 255) = 46.5%

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

R = 49.61%
G = 46.5%
B = 3.89%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FFEF14 (or 0xFFEF14) is known color: Lemon. HEX triplet: FF, EF and 14. RGB value is (255,239,20). Sum of RGB (Red+Green+Blue) = 255+239+20=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 239 (93.75% from 255 or 46.50% from 514); Blue value is 20 (8.20% from 255 or 3.89% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEF14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFEF14 is #0010EB. Grayscale: #DBDBDB. Windows color (decimal): -4332 or 1372159. OLE color: 1372159.

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

Color convert

RGB 255 239 20 -
CMYK 0 0.06 0.92 0
HSL 55.91º 1% 0.54% -
HSV(B) 55.91º 0.92% 1% -
XYZ 72.23 83.04 12.88 -
YUV 218.82 15.8 153.81 -
System Red Green Blue C M Y K H S L
Decimal 255 239 20 0 0.06 0.92 0 55.91 1 0.54
Hex FF EF 14 0 6 5C 0 38 64 36
Octal 377 357 24 0 6 134 0 70 144 66
Binary 11111111 11101111 10100 0 110 1011100 0 111000 1100100 110110

Color Harmonies of #FFEF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEF14

Black with #FFEF14

Text Example


Text Example

White with #FFEF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEF14; }

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

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

background-color css

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

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

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

border-color css

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

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

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