Html Css Color HEX #EDE00E Lemon

📋 copy color: '#EDE00E'

red 237 ◦ green 224 ◦ blue 14

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

Shades of Lemon #EDE00E

Tints of Lemon #EDE00E

RGB

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

 GREEN value IS 224 (87.89% from 255) = 47.16%

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

R = 49.89%
G = 47.16%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EDE00E (or 0xEDE00E) is known color: Lemon. HEX triplet: ED, E0 and 0E. RGB value is (237,224,14). Sum of RGB (Red+Green+Blue) = 237+224+14=475 (62% of max value = 765). Red value is 237 (92.97% from 255 or 49.89% from 475); Green value is 224 (87.89% from 255 or 47.16% from 475); Blue value is 14 (5.86% from 255 or 2.95% from 475); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE00E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE00E is #121FF1. Grayscale: #CCCCCC. Windows color (decimal): -1187826 or 975085. OLE color: 975085.

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

Color convert

RGB 237 224 14 -
CMYK 0 0.05 0.94 0.07
HSL 56.5º 0.89% 0.49% -
HSV(B) 56.5º 0.94% 0.93% -
XYZ 61.66 71.35 10.94 -
YUV 203.95 20.81 151.58 -
System Red Green Blue C M Y K H S L
Decimal 237 224 14 0 0.05 0.94 0.07 56.5 0.89 0.49
Hex ED E0 E 0 5 5E 7 39 59 31
Octal 355 340 16 0 5 136 7 71 131 61
Binary 11101101 11100000 1110 0 101 1011110 111 111001 1011001 110001

Color Harmonies of #EDE00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE00E

Black with #EDE00E

Text Example


Text Example

White with #EDE00E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE00E; }

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

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

background-color css

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

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

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

border-color css

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

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

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