#ECEA05

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

Shades of Lemon #ECEA05

Tints of Lemon #ECEA05

Color information

#ECEA05 (or 0xECEA05) is unknown color: approx Lemon. HEX triplet: EC, EA and 05. RGB value is (236,234,5). Sum of RGB (Red+Green+Blue) = 236+234+5=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 234 (91.80% from 255 or 49.26% from 475); Blue value is 5 (2.34% from 255 or 1.05% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEA05 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECEA05 is #1315FA. Grayscale: #D1D1D1. Windows color (decimal): -1250811 or 387820. OLE color: 387820.

HSL color Cylindrical-coordinate representation of color #ECEA05: hue angle of 59.48º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ECEA05 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB2362345-
CMYK00.010.980.07
HSL59.48º95.85%47.25%-
HSV(B)59.48º97.88%92.55%-
XYZ64.0476.6911.57-
YUV208.4913.16147.62-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.68%
GREEN value IS 234 (91.80% from 255) = 49.26%
BLUE value IS 5 (2.34% from 255) = 1.05%
R=49.68%
G=49.26%
B=1.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.98
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236234500.010.980.0759.4895.8547.25
HexECEA5016273b602f
Octal35435250114277314057
Binary11101100111010101010111000101111110111100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEA05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEA05; }

 p { color: rgb(236,234,5); }

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

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

 a { background-color: rgb(236,234,5); }

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

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

 span { border-color: rgb(236,234,5); }

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