#E6E60C

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

Shades of Lemon #E6E60C

Tints of Lemon #E6E60C

Color information

#E6E60C (or 0xE6E60C) is unknown color: approx Lemon. HEX triplet: E6, E6 and 0C. RGB value is (230,230,12). Sum of RGB (Red+Green+Blue) = 230+230+12=472 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.73% from 472); Green value is 230 (90.23% from 255 or 48.73% from 472); Blue value is 12 (5.08% from 255 or 2.54% from 472); Max value from RGB is 230 - color contains mainly: red, green. Hex color #E6E60C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #E6E60C is #1919F3. Grayscale: #CECECE. Windows color (decimal): -1645044 or 845542. OLE color: 845542.

HSL color Cylindrical-coordinate representation of color #E6E60C: hue angle of 60º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E6E60C is Cyan = 0, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.10.

Color convert

RGB23023012-
CMYK000.950.10
HSL60º90.08%47.45%-
HSV(B)60º94.78%90.2%-
XYZ6173.4411.31-
YUV205.1519145.73-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 48.73%
GREEN value IS 230 (90.23% from 255) = 48.73%
BLUE value IS 12 (5.08% from 255) = 2.54%
R=48.73%
G=48.73%
B=2.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23023012000.950.106090.0847.45
HexE6E6C005FA3c5a2f
Octal3463461400137127413257
Binary1110011011100110110000101111110101111001011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6E60C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6E60C; }

 p { color: rgb(230,230,12); }

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

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

 a { background-color: rgb(230,230,12); }

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

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

 span { border-color: rgb(230,230,12); }

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