#ECEB1C

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

Shades of Lemon #ECEB1C

Tints of Lemon #ECEB1C

Color information

#ECEB1C (or 0xECEB1C) is unknown color: approx Lemon. HEX triplet: EC, EB and 1C. RGB value is (236,235,28). Sum of RGB (Red+Green+Blue) = 236+235+28=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 235 (92.19% from 255 or 47.09% from 499); Blue value is 28 (11.33% from 255 or 5.61% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEB1C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECEB1C is #1314E3. Grayscale: #D4D4D4. Windows color (decimal): -1250532 or 1895404. OLE color: 1895404.

HSL color Cylindrical-coordinate representation of color #ECEB1C: hue angle of 59.71º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ECEB1C is Cyan = 0, Magento = 0.00, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB23623528-
CMYK00.000.880.07
HSL59.71º84.55%51.76%-
HSV(B)59.71º88.14%92.55%-
XYZ64.5177.3312.63-
YUV211.724.33145.33-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.29%
GREEN value IS 235 (92.19% from 255) = 47.09%
BLUE value IS 28 (11.33% from 255) = 5.61%
R=47.29%
G=47.09%
B=5.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.88
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362352800.000.880.0759.7184.5551.76
HexECEB1C005873c5534
Octal354353340013077412564
Binary1110110011101011111000010110001111111001010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEB1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEB1C; }

 p { color: rgb(236,235,28); }

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

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

 a { background-color: rgb(236,235,28); }

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

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

 span { border-color: rgb(236,235,28); }

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