#EAE90D

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

Shades of Lemon #EAE90D

Tints of Lemon #EAE90D

Color information

#EAE90D (or 0xEAE90D) is unknown color: approx Lemon. HEX triplet: EA, E9 and 0D. RGB value is (234,233,13). Sum of RGB (Red+Green+Blue) = 234+233+13=480 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.75% from 480); Green value is 233 (91.41% from 255 or 48.54% from 480); Blue value is 13 (5.47% from 255 or 2.71% from 480); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE90D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAE90D is #1516F2. Grayscale: #D1D1D1. Windows color (decimal): -1382131 or 911850. OLE color: 911850.

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

Color convert

RGB23423313-
CMYK00.000.940.08
HSL59.73º89.47%48.43%-
HSV(B)59.73º94.44%91.76%-
XYZ63.1475.811.68-
YUV208.2217.83146.39-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.75%
GREEN value IS 233 (91.41% from 255) = 48.54%
BLUE value IS 13 (5.47% from 255) = 2.71%
R=48.75%
G=48.54%
B=2.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.94
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342331300.000.940.0859.7389.4748.43
HexEAE9D005E83c5930
Octal3523511500136107413160
Binary1110101011101001110100101111010001111001011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE90D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE90D; }

 p { color: rgb(234,233,13); }

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

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

 a { background-color: rgb(234,233,13); }

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

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

 span { border-color: rgb(234,233,13); }

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