Html Css Color HEX #E8ED0E Lemon

📋 copy color: '#E8ED0E'

red 232 ◦ green 237 ◦ blue 14

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

Shades of Lemon #E8ED0E

Tints of Lemon #E8ED0E

RGB

 RED value IS 232 (91.02% from 255) = 48.03%

 GREEN value IS 237 (92.97% from 255) = 49.07%

 BLUE value IS 14 (5.86% from 255) = 2.9%

R = 48.03%
G = 49.07%
B = 2.9%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#E8ED0E (or 0xE8ED0E) is known color: Lemon. HEX triplet: E8, ED and 0E. RGB value is (232,237,14). Sum of RGB (Red+Green+Blue) = 232+237+14=483 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.03% from 483); Green value is 237 (92.97% from 255 or 49.07% from 483); Blue value is 14 (5.86% from 255 or 2.90% from 483); Max value from RGB is 237 - color contains mainly: green. Hex color #E8ED0E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #E8ED0E is #1712F1. Grayscale: #D2D2D2. Windows color (decimal): -1512178 or 978408. OLE color: 978408.

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

Color convert

RGB 232 237 14 -
CMYK 0.02 0 0.94 0.07
HSL 61.35º 0.89% 0.49% -
HSV(B) 61.35º 0.94% 0.93% -
XYZ 63.64 77.76 12.07 -
YUV 210.08 17.34 143.63 -
System Red Green Blue C M Y K H S L
Decimal 232 237 14 0.02 0 0.94 0.07 61.35 0.89 0.49
Hex E8 ED E 2 0 5E 7 3D 59 31
Octal 350 355 16 2 0 136 7 75 131 61
Binary 11101000 11101101 1110 10 0 1011110 111 111101 1011001 110001

Color Harmonies of #E8ED0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8ED0E

Black with #E8ED0E

Text Example


Text Example

White with #E8ED0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8ED0E; }

 p { color: rgb(232,237,14); }

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

background-color css

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

 a { background-color: rgb(232,237,14); }

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

border-color css

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

 span { border-color: rgb(232,237,14); }

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