#EAE00D

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

Shades of Lemon #EAE00D

Tints of Lemon #EAE00D

Color information

#EAE00D (or 0xEAE00D) is unknown color: approx Lemon. HEX triplet: EA, E0 and 0D. RGB value is (234,224,13). Sum of RGB (Red+Green+Blue) = 234+224+13=471 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.68% from 471); Green value is 224 (87.89% from 255 or 47.56% from 471); Blue value is 13 (5.47% from 255 or 2.76% from 471); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE00D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE00D is #151FF2. Grayscale: #CBCBCB. Windows color (decimal): -1384435 or 909546. OLE color: 909546.

HSL color Cylindrical-coordinate representation of color #EAE00D: hue angle of 57.29º 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 #EAE00D is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB23422413-
CMYK00.040.940.08
HSL57.29º89.47%48.43%-
HSV(B)57.29º94.44%91.76%-
XYZ60.6670.8310.86-
YUV202.9420.81150.16-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.68%
GREEN value IS 224 (87.89% from 255) = 47.56%
BLUE value IS 13 (5.47% from 255) = 2.76%
R=49.68%
G=47.56%
B=2.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.94
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342241300.040.940.0857.2989.4748.43
HexEAE0D045E8395930
Octal3523401504136107113160
Binary111010101110000011010100101111010001110011011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE00D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE00D; }

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

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

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

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

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

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

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

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