#E8E702

Color #E8E702 Lemon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon #E8E702

Tints of Lemon #E8E702

Color information

#E8E702 (or 0xE8E702) is unknown color: approx Lemon. HEX triplet: E8, E7 and 02. RGB value is (232,231,2). Sum of RGB (Red+Green+Blue) = 232+231+2=465 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.89% from 465); Green value is 231 (90.62% from 255 or 49.68% from 465); Blue value is 2 (1.17% from 255 or 0.43% from 465); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E702 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #E8E702 is #1718FD. Grayscale: #CECECE. Windows color (decimal): -1513726 or 190440. OLE color: 190440.

HSL color Cylindrical-coordinate representation of color #E8E702: hue angle of 59.74º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E8E702 is Cyan = 0, Magento = 0.00, Yellow = 0.99 and Black (K on CMYK) = 0.09.

Color convert

RGB2322312-
CMYK00.000.990.09
HSL59.74º98.29%45.88%-
HSV(B)59.74º99.14%90.98%-
XYZ61.8774.3111.14-
YUV205.1913.33147.12-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 49.89%
GREEN value IS 231 (90.62% from 255) = 49.68%
BLUE value IS 2 (1.17% from 255) = 0.43%
R=49.89%
G=49.68%
B=0.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.99
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232231200.000.990.0959.7498.2945.88
HexE8E72006393c622e
Octal350347200143117414256
Binary11101000111001111000110001110011111001100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8E702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8E702; }

 p { color: rgb(232,231,2); }

 H1.HeaderClassName
 {
   color: #E8E702;
 }
 .AnyTagClassName
 {
   color: #E8E702;
 }
</style>
background-color css

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

 a { background-color: rgb(232,231,2); }

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

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

 span { border-color: rgb(232,231,2); }

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