Html Css Color HEX #EDE50E Lemon

📋 copy color: '#EDE50E'

red 237 ◦ green 229 ◦ blue 14

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

Shades of Lemon #EDE50E

Tints of Lemon #EDE50E

RGB

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

 GREEN value IS 229 (89.84% from 255) = 47.71%

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

R = 49.38%
G = 47.71%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EDE50E (or 0xEDE50E) is known color: Lemon. HEX triplet: ED, E5 and 0E. RGB value is (237,229,14). Sum of RGB (Red+Green+Blue) = 237+229+14=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 229 (89.84% from 255 or 47.71% from 480); Blue value is 14 (5.86% from 255 or 2.92% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE50E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE50E is #121AF1. Grayscale: #CFCFCF. Windows color (decimal): -1186546 or 976365. OLE color: 976365.

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

Color convert

RGB 237 229 14 -
CMYK 0 0.03 0.94 0.07
HSL 57.85º 0.89% 0.49% -
HSV(B) 57.85º 0.94% 0.93% -
XYZ 63.02 74.07 11.39 -
YUV 206.88 19.15 149.48 -
System Red Green Blue C M Y K H S L
Decimal 237 229 14 0 0.03 0.94 0.07 57.85 0.89 0.49
Hex ED E5 E 0 3 5E 7 3A 59 31
Octal 355 345 16 0 3 136 7 72 131 61
Binary 11101101 11100101 1110 0 11 1011110 111 111010 1011001 110001

Color Harmonies of #EDE50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE50E

Black with #EDE50E

Text Example


Text Example

White with #EDE50E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE50E; }

 p { color: rgb(237,229,14); }

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

background-color css

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

 a { background-color: rgb(237,229,14); }

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

border-color css

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

 span { border-color: rgb(237,229,14); }

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