#ecf01f

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

Shades of Lemon #ECF01F

Tints of Lemon #ECF01F

Color information

#ECF01F (or 0xECF01F) is unknown color: approx Lemon. HEX triplet: EC, F0 and 1F. RGB value is (236,240,31). Sum of RGB (Red+Green+Blue) = 236+240+31=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 240 (94.14% from 255 or 47.34% from 507); Blue value is 31 (12.5% from 255 or 6.11% from 507); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF01F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF01F is #130FE0. Grayscale: #D7D7D7. Windows color (decimal): -1249249 or 2093292. OLE color: 2093292.

HSL color Cylindrical-coordinate representation of color #ECF01F: hue angle of 61.15º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ECF01F is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB23624031-
CMYK0.0200.870.06
HSL61.15º87.45%53.14%-
HSV(B)61.15º87.08%94.12%-
XYZ6680.2513.31-
YUV214.9824.17142.99-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.55%
GREEN value IS 240 (94.14% from 255) = 47.34%
BLUE value IS 31 (12.5% from 255) = 6.11%
R=46.55%
G=47.34%
B=6.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal236240310.0200.870.0661.1587.4553.14
HexECF01F205763d5735
Octal354360372012767512765
Binary11101100111100001111110010101111101111011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ecf01f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ecf01f; }

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

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

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

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

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

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

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

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