#FFEB14

Color #FFEB14 Lemon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon #FFEB14

Tints of Lemon #FFEB14

Color information

#FFEB14 (or 0xFFEB14) is unknown color: approx Lemon. HEX triplet: FF, EB and 14. RGB value is (255,235,20). Sum of RGB (Red+Green+Blue) = 255+235+20=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 235 (92.19% from 255 or 46.08% from 510); Blue value is 20 (8.20% from 255 or 3.92% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEB14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFEB14 is #0014EB. Grayscale: #D9D9D9. Windows color (decimal): -5356 or 1371135. OLE color: 1371135.

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

Color convert

RGB25523520-
CMYK00.080.920
HSL54.89º100%53.92%-
HSV(B)54.89º92.16%100%-
XYZ71.0780.7312.5-
YUV216.4717.13155.48-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50%
GREEN value IS 235 (92.19% from 255) = 46.08%
BLUE value IS 20 (8.20% from 255) = 3.92%
R=50%
G=46.08%
B=3.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.92
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552352000.080.92054.8910053.92
HexFFEB14085C0376436
Octal3773532401013406714466
Binary11111111111010111010001000101110001101111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEB14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEB14; }

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

 H1.HeaderClassName
 {
   color: #FFEB14;
 }
 .AnyTagClassName
 {
   color: #FFEB14;
 }
</style>
background-color css

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

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

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

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

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

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