Html Css Color HEX #EDE419 Lemon

📋 copy color: '#EDE419'

red 237 ◦ green 228 ◦ blue 25

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

Shades of Lemon #EDE419

Tints of Lemon #EDE419

RGB

 RED value IS 237 (92.97% from 255) = 48.37%

 GREEN value IS 228 (89.45% from 255) = 46.53%

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

R = 48.37%
G = 46.53%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EDE419 (or 0xEDE419) is known color: Lemon. HEX triplet: ED, E4 and 19. RGB value is (237,228,25). Sum of RGB (Red+Green+Blue) = 237+228+25=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 228 (89.45% from 255 or 46.53% from 490); Blue value is 25 (10.16% from 255 or 5.10% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE419 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE419 is #121BE6. Grayscale: #D0D0D0. Windows color (decimal): -1186791 or 1697005. OLE color: 1697005.

HSL color Cylindrical-coordinate representation of color #EDE419: hue angle of 57.45º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EDE419 is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 228 25 -
CMYK 0 0.04 0.89 0.07
HSL 57.45º 0.85% 0.51% -
HSV(B) 57.45º 0.89% 0.93% -
XYZ 62.84 73.56 11.81 -
YUV 207.55 24.98 149.01 -
System Red Green Blue C M Y K H S L
Decimal 237 228 25 0 0.04 0.89 0.07 57.45 0.85 0.51
Hex ED E4 19 0 4 59 7 39 55 33
Octal 355 344 31 0 4 131 7 71 125 63
Binary 11101101 11100100 11001 0 100 1011001 111 111001 1010101 110011

Color Harmonies of #EDE419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE419

Black with #EDE419

Text Example


Text Example

White with #EDE419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE419; }

 p { color: rgb(237,228,25); }

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

background-color css

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

 a { background-color: rgb(237,228,25); }

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

border-color css

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

 span { border-color: rgb(237,228,25); }

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