#ECE211

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

Shades of Lemon #ECE211

Tints of Lemon #ECE211

Color information

#ECE211 (or 0xECE211) is unknown color: approx Lemon. HEX triplet: EC, E2 and 11. RGB value is (236,226,17). Sum of RGB (Red+Green+Blue) = 236+226+17=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 226 (88.67% from 255 or 47.18% from 479); Blue value is 17 (7.03% from 255 or 3.55% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE211 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE211 is #131DEE. Grayscale: #CECECE. Windows color (decimal): -1252847 or 1172204. OLE color: 1172204.

HSL color Cylindrical-coordinate representation of color #ECE211: hue angle of 57.26º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ECE211 is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB23622617-
CMYK00.040.930.07
HSL57.26º86.56%49.61%-
HSV(B)57.26º92.8%92.55%-
XYZ61.8972.2711.22-
YUV205.1621.81149.99-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.27%
GREEN value IS 226 (88.67% from 255) = 47.18%
BLUE value IS 17 (7.03% from 255) = 3.55%
R=49.27%
G=47.18%
B=3.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.93
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362261700.040.930.0757.2686.5649.61
HexECE211045D7395732
Octal354342210413577112762
Binary111011001110001010001010010111011111110011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE211; }

 p { color: rgb(236,226,17); }

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

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

 a { background-color: rgb(236,226,17); }

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

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

 span { border-color: rgb(236,226,17); }

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