Html Css Color HEX #EDED16 Lemon

📋 copy color: '#EDED16'

red 237 ◦ green 237 ◦ blue 22

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

Shades of Lemon #EDED16

Tints of Lemon #EDED16

RGB

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

 GREEN value IS 237 (92.97% from 255) = 47.78%

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

R = 47.78%
G = 47.78%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EDED16 (or 0xEDED16) is known color: Lemon. HEX triplet: ED, ED and 16. RGB value is (237,237,22). Sum of RGB (Red+Green+Blue) = 237+237+22=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 237 (92.97% from 255 or 47.78% from 496); Blue value is 22 (8.98% from 255 or 4.44% from 496); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED16 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDED16 is #1212E9. Grayscale: #D5D5D5. Windows color (decimal): -1184490 or 1502701. OLE color: 1502701.

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

Color convert

RGB 237 237 22 -
CMYK 0 0 0.91 0.07
HSL 60º 0.86% 0.51% -
HSV(B) 60º 0.91% 0.93% -
XYZ 65.35 78.63 12.49 -
YUV 212.49 20.5 145.48 -
System Red Green Blue C M Y K H S L
Decimal 237 237 22 0 0 0.91 0.07 60 0.86 0.51
Hex ED ED 16 0 0 5B 7 3C 56 33
Octal 355 355 26 0 0 133 7 74 126 63
Binary 11101101 11101101 10110 0 0 1011011 111 111100 1010110 110011

Color Harmonies of #EDED16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDED16

Black with #EDED16

Text Example


Text Example

White with #EDED16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDED16; }

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

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

background-color css

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

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

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

border-color css

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

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

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