#ECE317

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

Shades of Lemon #ECE317

Tints of Lemon #ECE317

Color information

#ECE317 (or 0xECE317) is unknown color: approx Lemon. HEX triplet: EC, E3 and 17. RGB value is (236,227,23). Sum of RGB (Red+Green+Blue) = 236+227+23=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 227 (89.06% from 255 or 46.71% from 486); Blue value is 23 (9.38% from 255 or 4.73% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE317 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE317 is #131CE8. Grayscale: #CFCFCF. Windows color (decimal): -1252585 or 1565676. OLE color: 1565676.

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

Color convert

RGB23622723-
CMYK00.040.900.07
HSL57.46º84.86%50.78%-
HSV(B)57.46º90.25%92.55%-
XYZ62.2272.8311.59-
YUV206.4424.48149.09-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.56%
GREEN value IS 227 (89.06% from 255) = 46.71%
BLUE value IS 23 (9.38% from 255) = 4.73%
R=48.56%
G=46.71%
B=4.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.90
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362272300.040.900.0757.4684.8650.78
HexECE317045A7395533
Octal354343270413277112563
Binary111011001110001110111010010110101111110011010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE317; }

 p { color: rgb(236,227,23); }

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

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

 a { background-color: rgb(236,227,23); }

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

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

 span { border-color: rgb(236,227,23); }

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