Html Css Color HEX #EAD90E Lemon

📋 copy color: '#EAD90E'

red 234 ◦ green 217 ◦ blue 14

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

Shades of Lemon #EAD90E

Tints of Lemon #EAD90E

RGB

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

 GREEN value IS 217 (85.16% from 255) = 46.67%

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

R = 50.32%
G = 46.67%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EAD90E (or 0xEAD90E) is known color: Lemon. HEX triplet: EA, D9 and 0E. RGB value is (234,217,14). Sum of RGB (Red+Green+Blue) = 234+217+14=465 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.32% from 465); Green value is 217 (85.16% from 255 or 46.67% from 465); Blue value is 14 (5.86% from 255 or 3.01% from 465); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD90E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD90E is #1526F1. Grayscale: #C7C7C7. Windows color (decimal): -1386226 or 973290. OLE color: 973290.

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

Color convert

RGB 234 217 14 -
CMYK 0 0.07 0.94 0.08
HSL 55.36º 0.89% 0.49% -
HSV(B) 55.36º 0.94% 0.92% -
XYZ 58.82 67.15 10.28 -
YUV 198.94 23.63 153.01 -
System Red Green Blue C M Y K H S L
Decimal 234 217 14 0 0.07 0.94 0.08 55.36 0.89 0.49
Hex EA D9 E 0 7 5E 8 37 59 31
Octal 352 331 16 0 7 136 10 67 131 61
Binary 11101010 11011001 1110 0 111 1011110 1000 110111 1011001 110001

Color Harmonies of #EAD90E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD90E

Black with #EAD90E

Text Example


Text Example

White with #EAD90E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD90E; }

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

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

background-color css

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

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

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

border-color css

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

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

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