#ECE60D

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

Shades of Lemon #ECE60D

Tints of Lemon #ECE60D

Color information

#ECE60D (or 0xECE60D) is unknown color: approx Lemon. HEX triplet: EC, E6 and 0D. RGB value is (236,230,13). Sum of RGB (Red+Green+Blue) = 236+230+13=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 230 (90.23% from 255 or 48.02% from 479); Blue value is 13 (5.47% from 255 or 2.71% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE60D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECE60D is #1319F2. Grayscale: #CFCFCF. Windows color (decimal): -1251827 or 911084. OLE color: 911084.

HSL color Cylindrical-coordinate representation of color #ECE60D: hue angle of 58.39º 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 #ECE60D is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB23623013-
CMYK00.030.940.07
HSL58.39º89.56%48.82%-
HSV(B)58.39º94.49%92.55%-
XYZ62.9674.4611.43-
YUV207.0618.49148.64-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.27%
GREEN value IS 230 (90.23% from 255) = 48.02%
BLUE value IS 13 (5.47% from 255) = 2.71%
R=49.27%
G=48.02%
B=2.71%

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
Decimal2362301300.030.940.0758.3989.5648.82
HexECE6D035E73a5a31
Octal354346150313677213261
Binary1110110011100110110101110111101111110101011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE60D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE60D; }

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

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

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

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

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

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

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

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