Html Css Color HEX #EADF19 Lemon

📋 copy color: '#EADF19'

red 234 ◦ green 223 ◦ blue 25

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

Shades of Lemon #EADF19

Tints of Lemon #EADF19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.19%

R = 48.55%
G = 46.27%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EADF19 (or 0xEADF19) is known color: Lemon. HEX triplet: EA, DF and 19. RGB value is (234,223,25). Sum of RGB (Red+Green+Blue) = 234+223+25=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 223 (87.5% from 255 or 46.27% from 482); Blue value is 25 (10.16% from 255 or 5.19% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADF19 is #1520E6. Grayscale: #CCCCCC. Windows color (decimal): -1384679 or 1695722. OLE color: 1695722.

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

Color convert

RGB 234 223 25 -
CMYK 0 0.05 0.89 0.08
HSL 56.84º 0.83% 0.51% -
HSV(B) 56.84º 0.89% 0.92% -
XYZ 60.49 70.34 11.31 -
YUV 203.72 27.14 149.6 -
System Red Green Blue C M Y K H S L
Decimal 234 223 25 0 0.05 0.89 0.08 56.84 0.83 0.51
Hex EA DF 19 0 5 59 8 39 53 33
Octal 352 337 31 0 5 131 10 71 123 63
Binary 11101010 11011111 11001 0 101 1011001 1000 111001 1010011 110011

Color Harmonies of #EADF19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADF19

Black with #EADF19

Text Example


Text Example

White with #EADF19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADF19; }

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

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

background-color css

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

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

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

border-color css

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

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

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