Html Css Color HEX #EADF14 Lemon

📋 copy color: '#EADF14'

red 234 ◦ green 223 ◦ blue 20

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

Shades of Lemon #EADF14

Tints of Lemon #EADF14

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.75%

 BLUE value IS 20 (8.2% from 255) = 4.19%

R = 49.06%
G = 46.75%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EADF14 (or 0xEADF14) is known color: Lemon. HEX triplet: EA, DF and 14. RGB value is (234,223,20). Sum of RGB (Red+Green+Blue) = 234+223+20=477 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.06% from 477); Green value is 223 (87.5% from 255 or 46.75% from 477); Blue value is 20 (8.20% from 255 or 4.19% from 477); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADF14 is #1520EB. Grayscale: #CBCBCB. Windows color (decimal): -1384684 or 1368042. OLE color: 1368042.

HSL color Cylindrical-coordinate representation of color #EADF14: hue angle of 56.92º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EADF14 is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 223 20 -
CMYK 0 0.05 0.91 0.08
HSL 56.92º 0.84% 0.5% -
HSV(B) 56.92º 0.91% 0.92% -
XYZ 60.45 70.32 11.05 -
YUV 203.15 24.64 150.01 -
System Red Green Blue C M Y K H S L
Decimal 234 223 20 0 0.05 0.91 0.08 56.92 0.84 0.5
Hex EA DF 14 0 5 5B 8 39 54 32
Octal 352 337 24 0 5 133 10 71 124 62
Binary 11101010 11011111 10100 0 101 1011011 1000 111001 1010100 110010

Color Harmonies of #EADF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADF14

Black with #EADF14

Text Example


Text Example

White with #EADF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADF14; }

 p { color: rgb(234,223,20); }

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

background-color css

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

 a { background-color: rgb(234,223,20); }

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

border-color css

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

 span { border-color: rgb(234,223,20); }

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