#FFEA14

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

Shades of Lemon #FFEA14

Tints of Lemon #FFEA14

Color information

#FFEA14 (or 0xFFEA14) is unknown color: approx Lemon. HEX triplet: FF, EA and 14. RGB value is (255,234,20). Sum of RGB (Red+Green+Blue) = 255+234+20=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 234 (91.80% from 255 or 45.97% from 509); Blue value is 20 (8.20% from 255 or 3.93% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFEA14 is #0015EB. Grayscale: #D8D8D8. Windows color (decimal): -5612 or 1370879. OLE color: 1370879.

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

Color convert

RGB25523420-
CMYK00.080.920
HSL54.64º100%53.92%-
HSV(B)54.64º92.16%100%-
XYZ70.7980.1612.4-
YUV215.8817.46155.9-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.10%
GREEN value IS 234 (91.80% from 255) = 45.97%
BLUE value IS 20 (8.20% from 255) = 3.93%
R=50.10%
G=45.97%
B=3.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.92
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552342000.080.92054.6410053.92
HexFFEA14085C0376436
Octal3773522401013406714466
Binary11111111111010101010001000101110001101111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEA14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEA14; }

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

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

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

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

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

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

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

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