#ECEC07

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

Shades of Lemon #ECEC07

Tints of Lemon #ECEC07

Color information

#ECEC07 (or 0xECEC07) is unknown color: approx Lemon. HEX triplet: EC, EC and 07. RGB value is (236,236,7). Sum of RGB (Red+Green+Blue) = 236+236+7=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 236 (92.58% from 255 or 49.27% from 479); Blue value is 7 (3.12% from 255 or 1.46% from 479); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECEC07 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECEC07 is #1313F8. Grayscale: #D2D2D2. Windows color (decimal): -1250297 or 519404. OLE color: 519404.

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

Color convert

RGB2362367-
CMYK000.970.07
HSL60º94.24%47.65%-
HSV(B)60º97.03%92.55%-
XYZ64.6377.8411.82-
YUV209.8913.5146.62-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.27%
GREEN value IS 236 (92.58% from 255) = 49.27%
BLUE value IS 7 (3.12% from 255) = 1.46%
R=49.27%
G=49.27%
B=1.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362367000.970.076094.2447.65
HexECEC7006173c5e30
Octal35435470014177413660
Binary11101100111011001110011000011111111001011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEC07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEC07; }

 p { color: rgb(236,236,7); }

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

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

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

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

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

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

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