Html Css Color HEX #E6E614 Lemon

📋 copy color: '#E6E614'

red 230 ◦ green 230 ◦ blue 20

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

Shades of Lemon #E6E614

Tints of Lemon #E6E614

RGB

 RED value IS 230 (90.23% from 255) = 47.92%

 GREEN value IS 230 (90.23% from 255) = 47.92%

 BLUE value IS 20 (8.2% from 255) = 4.17%

R = 47.92%
G = 47.92%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#E6E614 (or 0xE6E614) is known color: Lemon. HEX triplet: E6, E6 and 14. RGB value is (230,230,20). Sum of RGB (Red+Green+Blue) = 230+230+20=480 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.92% from 480); Green value is 230 (90.23% from 255 or 47.92% from 480); Blue value is 20 (8.20% from 255 or 4.17% from 480); Max value from RGB is 230 - color contains mainly: red, green. Hex color #E6E614 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #E6E614 is #1919EB. Grayscale: #CECECE. Windows color (decimal): -1645036 or 1369830. OLE color: 1369830.

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

Color convert

RGB 230 230 20 -
CMYK 0 0 0.91 0.10
HSL 60º 0.84% 0.49% -
HSV(B) 60º 0.91% 0.9% -
XYZ 61.06 73.47 11.62 -
YUV 206.06 23 145.08 -
System Red Green Blue C M Y K H S L
Decimal 230 230 20 0 0 0.91 0.10 60 0.84 0.49
Hex E6 E6 14 0 0 5B A 3C 54 31
Octal 346 346 24 0 0 133 12 74 124 61
Binary 11100110 11100110 10100 0 0 1011011 1010 111100 1010100 110001

Color Harmonies of #E6E614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6E614

Black with #E6E614

Text Example


Text Example

White with #E6E614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6E614; }

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

 H1.HeaderClassName
 {
   color: #E6E614;
 }
 .AnyTagClassName
 {
   color: #E6E614;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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