Html Css Color HEX #E8E314 Lemon

📋 copy color: '#E8E314'

red 232 ◦ green 227 ◦ blue 20

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

Shades of Lemon #E8E314

Tints of Lemon #E8E314

RGB

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

 GREEN value IS 227 (89.06% from 255) = 47.39%

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

R = 48.43%
G = 47.39%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E8E314 (or 0xE8E314) is known color: Lemon. HEX triplet: E8, E3 and 14. RGB value is (232,227,20). Sum of RGB (Red+Green+Blue) = 232+227+20=479 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.43% from 479); Green value is 227 (89.06% from 255 or 47.39% from 479); Blue value is 20 (8.20% from 255 or 4.18% from 479); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E314 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8E314 is #171CEB. Grayscale: #CDCDCD. Windows color (decimal): -1514732 or 1369064. OLE color: 1369064.

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

Color convert

RGB 232 227 20 -
CMYK 0 0.02 0.91 0.09
HSL 58.58º 0.84% 0.49% -
HSV(B) 58.58º 0.91% 0.91% -
XYZ 60.87 72.14 11.38 -
YUV 204.9 23.66 147.33 -
System Red Green Blue C M Y K H S L
Decimal 232 227 20 0 0.02 0.91 0.09 58.58 0.84 0.49
Hex E8 E3 14 0 2 5B 9 3B 54 31
Octal 350 343 24 0 2 133 11 73 124 61
Binary 11101000 11100011 10100 0 10 1011011 1001 111011 1010100 110001

Color Harmonies of #E8E314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8E314

Black with #E8E314

Text Example


Text Example

White with #E8E314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8E314; }

 p { color: rgb(232,227,20); }

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

background-color css

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

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

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

border-color css

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

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

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