Html Css Color HEX #E1E00C Lemon

📋 copy color: '#E1E00C'

red 225 ◦ green 224 ◦ blue 12

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

Shades of Lemon #E1E00C

Tints of Lemon #E1E00C

RGB

 RED value IS 225 (88.28% from 255) = 48.81%

 GREEN value IS 224 (87.89% from 255) = 48.59%

 BLUE value IS 12 (5.08% from 255) = 2.6%

R = 48.81%
G = 48.59%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E1E00C (or 0xE1E00C) is known color: Lemon. HEX triplet: E1, E0 and 0C. RGB value is (225,224,12). Sum of RGB (Red+Green+Blue) = 225+224+12=461 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.81% from 461); Green value is 224 (87.89% from 255 or 48.59% from 461); Blue value is 12 (5.08% from 255 or 2.60% from 461); Max value from RGB is 225 - color contains mainly: red. Hex color #E1E00C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1E00C is #1E1FF3. Grayscale: #C8C8C8. Windows color (decimal): -1974260 or 844001. OLE color: 844001.

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

Color convert

RGB 225 224 12 -
CMYK 0 0.00 0.95 0.12
HSL 59.72º 0.9% 0.46% -
HSV(B) 59.72º 0.95% 0.88% -
XYZ 57.77 69.35 10.69 -
YUV 200.13 21.83 145.74 -
System Red Green Blue C M Y K H S L
Decimal 225 224 12 0 0.00 0.95 0.12 59.72 0.9 0.46
Hex E1 E0 C 0 0 5F C 3C 5A 2E
Octal 341 340 14 0 0 137 14 74 132 56
Binary 11100001 11100000 1100 0 0 1011111 1100 111100 1011010 101110

Color Harmonies of #E1E00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1E00C

Black with #E1E00C

Text Example


Text Example

White with #E1E00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1E00C; }

 p { color: rgb(225,224,12); }

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

background-color css

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

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

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

border-color css

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

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

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