#ECE50D

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

Shades of Lemon #ECE50D

Tints of Lemon #ECE50D

Color information

#ECE50D (or 0xECE50D) is unknown color: approx Lemon. HEX triplet: EC, E5 and 0D. RGB value is (236,229,13). Sum of RGB (Red+Green+Blue) = 236+229+13=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 229 (89.84% from 255 or 47.91% from 478); Blue value is 13 (5.47% from 255 or 2.72% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE50D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE50D is #131AF2. Grayscale: #CFCFCF. Windows color (decimal): -1252083 or 910828. OLE color: 910828.

HSL color Cylindrical-coordinate representation of color #ECE50D: hue angle of 58.12º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ECE50D is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB23622913-
CMYK00.030.940.07
HSL58.12º89.56%48.82%-
HSV(B)58.12º94.49%92.55%-
XYZ62.6873.911.34-
YUV206.4718.82149.06-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.37%
GREEN value IS 229 (89.84% from 255) = 47.91%
BLUE value IS 13 (5.47% from 255) = 2.72%
R=49.37%
G=47.91%
B=2.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.94
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362291300.030.940.0758.1289.5648.82
HexECE5D035E73a5a31
Octal354345150313677213261
Binary1110110011100101110101110111101111110101011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE50D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE50D; }

 p { color: rgb(236,229,13); }

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

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

 a { background-color: rgb(236,229,13); }

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

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

 span { border-color: rgb(236,229,13); }

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