Html Css Color HEX #EDE719 Lemon

📋 copy color: '#EDE719'

red 237 ◦ green 231 ◦ blue 25

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

Shades of Lemon #EDE719

Tints of Lemon #EDE719

RGB

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

 GREEN value IS 231 (90.63% from 255) = 46.86%

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

R = 48.07%
G = 46.86%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EDE719 (or 0xEDE719) is known color: Lemon. HEX triplet: ED, E7 and 19. RGB value is (237,231,25). Sum of RGB (Red+Green+Blue) = 237+231+25=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 231 (90.62% from 255 or 46.86% from 493); Blue value is 25 (10.16% from 255 or 5.07% from 493); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE719 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDE719 is #1218E6. Grayscale: #D2D2D2. Windows color (decimal): -1186023 or 1697773. OLE color: 1697773.

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

Color convert

RGB 237 231 25 -
CMYK 0 0.03 0.89 0.07
HSL 58.3º 0.85% 0.51% -
HSV(B) 58.3º 0.89% 0.93% -
XYZ 63.68 75.23 12.08 -
YUV 209.31 23.99 147.75 -
System Red Green Blue C M Y K H S L
Decimal 237 231 25 0 0.03 0.89 0.07 58.3 0.85 0.51
Hex ED E7 19 0 3 59 7 3A 55 33
Octal 355 347 31 0 3 131 7 72 125 63
Binary 11101101 11100111 11001 0 11 1011001 111 111010 1010101 110011

Color Harmonies of #EDE719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE719

Black with #EDE719

Text Example


Text Example

White with #EDE719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE719; }

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

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

background-color css

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

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

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

border-color css

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

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

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