Html Css Color HEX #EAD80E Lemon

📋 copy color: '#EAD80E'

red 234 ◦ green 216 ◦ blue 14

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

Shades of Lemon #EAD80E

Tints of Lemon #EAD80E

RGB

 RED value IS 234 (91.8% from 255) = 50.43%

 GREEN value IS 216 (84.77% from 255) = 46.55%

 BLUE value IS 14 (5.86% from 255) = 3.02%

R = 50.43%
G = 46.55%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EAD80E (or 0xEAD80E) is known color: Lemon. HEX triplet: EA, D8 and 0E. RGB value is (234,216,14). Sum of RGB (Red+Green+Blue) = 234+216+14=464 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.43% from 464); Green value is 216 (84.77% from 255 or 46.55% from 464); Blue value is 14 (5.86% from 255 or 3.02% from 464); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD80E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD80E is #1527F1. Grayscale: #C7C7C7. Windows color (decimal): -1386482 or 973034. OLE color: 973034.

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

Color convert

RGB 234 216 14 -
CMYK 0 0.08 0.94 0.08
HSL 55.09º 0.89% 0.49% -
HSV(B) 55.09º 0.94% 0.92% -
XYZ 58.57 66.64 10.19 -
YUV 198.35 23.96 153.43 -
System Red Green Blue C M Y K H S L
Decimal 234 216 14 0 0.08 0.94 0.08 55.09 0.89 0.49
Hex EA D8 E 0 8 5E 8 37 59 31
Octal 352 330 16 0 10 136 10 67 131 61
Binary 11101010 11011000 1110 0 1000 1011110 1000 110111 1011001 110001

Color Harmonies of #EAD80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD80E

Black with #EAD80E

Text Example


Text Example

White with #EAD80E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD80E; }

 p { color: rgb(234,216,14); }

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

background-color css

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

 a { background-color: rgb(234,216,14); }

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

border-color css

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

 span { border-color: rgb(234,216,14); }

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