Html Css Color HEX #EADE0E Lemon

📋 copy color: '#EADE0E'

red 234 ◦ green 222 ◦ blue 14

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

Shades of Lemon #EADE0E

Tints of Lemon #EADE0E

RGB

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

 GREEN value IS 222 (87.11% from 255) = 47.23%

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

R = 49.79%
G = 47.23%
B = 2.98%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EADE0E (or 0xEADE0E) is known color: Lemon. HEX triplet: EA, DE and 0E. RGB value is (234,222,14). Sum of RGB (Red+Green+Blue) = 234+222+14=470 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.79% from 470); Green value is 222 (87.11% from 255 or 47.23% from 470); Blue value is 14 (5.86% from 255 or 2.98% from 470); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADE0E is #1521F1. Grayscale: #CACACA. Windows color (decimal): -1384946 or 974570. OLE color: 974570.

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

Color convert

RGB 234 222 14 -
CMYK 0 0.05 0.94 0.08
HSL 56.73º 0.89% 0.49% -
HSV(B) 56.73º 0.94% 0.92% -
XYZ 60.13 69.77 10.71 -
YUV 201.88 21.98 150.91 -
System Red Green Blue C M Y K H S L
Decimal 234 222 14 0 0.05 0.94 0.08 56.73 0.89 0.49
Hex EA DE E 0 5 5E 8 39 59 31
Octal 352 336 16 0 5 136 10 71 131 61
Binary 11101010 11011110 1110 0 101 1011110 1000 111001 1011001 110001

Color Harmonies of #EADE0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADE0E

Black with #EADE0E

Text Example


Text Example

White with #EADE0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADE0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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