Html Css Color HEX #EDED0E Lemon

📋 copy color: '#EDED0E'

red 237 ◦ green 237 ◦ blue 14

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

Shades of Lemon #EDED0E

Tints of Lemon #EDED0E

RGB

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

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

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

R = 48.57%
G = 48.57%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EDED0E (or 0xEDED0E) is known color: Lemon. HEX triplet: ED, ED and 0E. RGB value is (237,237,14). Sum of RGB (Red+Green+Blue) = 237+237+14=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 237 (92.97% from 255 or 48.57% from 488); Blue value is 14 (5.86% from 255 or 2.87% from 488); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED0E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDED0E is #1212F1. Grayscale: #D4D4D4. Windows color (decimal): -1184498 or 978413. OLE color: 978413.

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

Color convert

RGB 237 237 14 -
CMYK 0 0 0.94 0.07
HSL 60º 0.89% 0.49% -
HSV(B) 60º 0.94% 0.93% -
XYZ 65.29 78.6 12.15 -
YUV 211.58 16.5 146.13 -
System Red Green Blue C M Y K H S L
Decimal 237 237 14 0 0 0.94 0.07 60 0.89 0.49
Hex ED ED E 0 0 5E 7 3C 59 31
Octal 355 355 16 0 0 136 7 74 131 61
Binary 11101101 11101101 1110 0 0 1011110 111 111100 1011001 110001

Color Harmonies of #EDED0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDED0E

Black with #EDED0E

Text Example


Text Example

White with #EDED0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDED0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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