Html Css Color HEX #EDED17 Lemon

📋 copy color: '#EDED17'

red 237 ◦ green 237 ◦ blue 23

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

Shades of Lemon #EDED17

Tints of Lemon #EDED17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 4.63%

R = 47.69%
G = 47.69%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EDED17 (or 0xEDED17) is known color: Lemon. HEX triplet: ED, ED and 17. RGB value is (237,237,23). Sum of RGB (Red+Green+Blue) = 237+237+23=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 237 (92.97% from 255 or 47.69% from 497); Blue value is 23 (9.38% from 255 or 4.63% from 497); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED17 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDED17 is #1212E8. Grayscale: #D5D5D5. Windows color (decimal): -1184489 or 1568237. OLE color: 1568237.

HSL color Cylindrical-coordinate representation of color #EDED17: 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.9%. Process color model (Four color, CMYK) of #EDED17 is Cyan = 0, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 237 23 -
CMYK 0 0 0.90 0.07
HSL 60º 0.86% 0.51% -
HSV(B) 60º 0.9% 0.93% -
XYZ 65.36 78.63 12.54 -
YUV 212.6 21 145.4 -
System Red Green Blue C M Y K H S L
Decimal 237 237 23 0 0 0.90 0.07 60 0.86 0.51
Hex ED ED 17 0 0 5A 7 3C 56 33
Octal 355 355 27 0 0 132 7 74 126 63
Binary 11101101 11101101 10111 0 0 1011010 111 111100 1010110 110011

Color Harmonies of #EDED17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDED17

Black with #EDED17

Text Example


Text Example

White with #EDED17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDED17; }

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

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

background-color css

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

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

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

border-color css

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

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

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