Html Css Color HEX #E6E60C Lemon

📋 copy color: '#E6E60C'

red 230 ◦ green 230 ◦ blue 12

#E6E60C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lemon #E6E60C

Tints of Lemon #E6E60C

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 value IS 0

 M value IS 0

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E6E60C (or 0xE6E60C) is known color: 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

RGB 230 230 12 -
CMYK 0 0 0.95 0.10
HSL 60º 0.9% 0.47% -
HSV(B) 60º 0.95% 0.9% -
XYZ 61 73.44 11.31 -
YUV 205.15 19 145.73 -
System Red Green Blue C M Y K H S L
Decimal 230 230 12 0 0 0.95 0.10 60 0.9 0.47
Hex E6 E6 C 0 0 5F A 3C 5A 2F
Octal 346 346 14 0 0 137 12 74 132 57
Binary 11100110 11100110 1100 0 0 1011111 1010 111100 1011010 101111

Color Harmonies of #E6E60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6E60C

Black with #E6E60C

Text Example


Text Example

White with #E6E60C

Text Example


Text Example

HTML Codes & Css Web 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>