#EAE407

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

Shades of Lemon #EAE407

Tints of Lemon #EAE407

Color information

#EAE407 (or 0xEAE407) is unknown color: approx Lemon. HEX triplet: EA, E4 and 07. RGB value is (234,228,7). Sum of RGB (Red+Green+Blue) = 234+228+7=469 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.89% from 469); Green value is 228 (89.45% from 255 or 48.61% from 469); Blue value is 7 (3.12% from 255 or 1.49% from 469); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE407 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE407 is #151BF8. Grayscale: #CDCDCD. Windows color (decimal): -1383417 or 517354. OLE color: 517354.

HSL color Cylindrical-coordinate representation of color #EAE407: hue angle of 58.41º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EAE407 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.08.

Color convert

RGB2342287-
CMYK00.030.970.08
HSL58.41º94.19%47.25%-
HSV(B)58.41º97.01%91.76%-
XYZ61.7172.9911.04-
YUV204.616.49148.97-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.89%
GREEN value IS 228 (89.45% from 255) = 48.61%
BLUE value IS 7 (3.12% from 255) = 1.49%
R=49.89%
G=48.61%
B=1.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.97
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234228700.030.970.0858.4194.1947.25
HexEAE47036183a5e2f
Octal352344703141107213657
Binary1110101011100100111011110000110001110101011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE407; }

 p { color: rgb(234,228,7); }

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

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

 a { background-color: rgb(234,228,7); }

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

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

 span { border-color: rgb(234,228,7); }

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