Html Css Color HEX #EDE516 Lemon

📋 copy color: '#EDE516'

red 237 ◦ green 229 ◦ blue 22

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

Shades of Lemon #EDE516

Tints of Lemon #EDE516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.51%

R = 48.57%
G = 46.93%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EDE516 (or 0xEDE516) is known color: Lemon. HEX triplet: ED, E5 and 16. RGB value is (237,229,22). Sum of RGB (Red+Green+Blue) = 237+229+22=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 229 (89.84% from 255 or 46.93% from 488); Blue value is 22 (8.98% from 255 or 4.51% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE516 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE516 is #121AE9. Grayscale: #D0D0D0. Windows color (decimal): -1186538 or 1500653. OLE color: 1500653.

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

Color convert

RGB 237 229 22 -
CMYK 0 0.03 0.91 0.07
HSL 57.77º 0.86% 0.51% -
HSV(B) 57.77º 0.91% 0.93% -
XYZ 63.09 74.1 11.74 -
YUV 207.79 23.15 148.83 -
System Red Green Blue C M Y K H S L
Decimal 237 229 22 0 0.03 0.91 0.07 57.77 0.86 0.51
Hex ED E5 16 0 3 5B 7 3A 56 33
Octal 355 345 26 0 3 133 7 72 126 63
Binary 11101101 11100101 10110 0 11 1011011 111 111010 1010110 110011

Color Harmonies of #EDE516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE516

Black with #EDE516

Text Example


Text Example

White with #EDE516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE516; }

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

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

background-color css

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

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

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

border-color css

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

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

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