#FFEC1F

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

Shades of Lemon #FFEC1F

Tints of Lemon #FFEC1F

Color information

#FFEC1F (or 0xFFEC1F) is unknown color: approx Lemon. HEX triplet: FF, EC and 1F. RGB value is (255,236,31). Sum of RGB (Red+Green+Blue) = 255+236+31=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 236 (92.58% from 255 or 45.21% from 522); Blue value is 31 (12.5% from 255 or 5.94% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC1F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEC1F is #0013E0. Grayscale: #DBDBDB. Windows color (decimal): -5089 or 2092287. OLE color: 2092287.

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

Color convert

RGB25523631-
CMYK00.070.880
HSL54.91º100%56.08%-
HSV(B)54.91º87.84%100%-
XYZ71.4881.3513.23-
YUV218.3122.29154.17-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.85%
GREEN value IS 236 (92.58% from 255) = 45.21%
BLUE value IS 31 (12.5% from 255) = 5.94%
R=48.85%
G=45.21%
B=5.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.88
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552363100.070.88054.9110056.08
HexFFEC1F07580376438
Octal377354370713006714470
Binary1111111111101100111110111101100001101111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEC1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEC1F; }

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

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

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

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

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

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

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

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