Html Css Color HEX #EDE90E Lemon

📋 copy color: '#EDE90E'

red 237 ◦ green 233 ◦ blue 14

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

Shades of Lemon #EDE90E

Tints of Lemon #EDE90E

RGB

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

 GREEN value IS 233 (91.41% from 255) = 48.14%

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

R = 48.97%
G = 48.14%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EDE90E (or 0xEDE90E) is known color: Lemon. HEX triplet: ED, E9 and 0E. RGB value is (237,233,14). Sum of RGB (Red+Green+Blue) = 237+233+14=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 233 (91.41% from 255 or 48.14% from 484); Blue value is 14 (5.86% from 255 or 2.89% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE90E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDE90E is #1216F1. Grayscale: #D2D2D2. Windows color (decimal): -1185522 or 977389. OLE color: 977389.

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

Color convert

RGB 237 233 14 -
CMYK 0 0.02 0.94 0.07
HSL 58.92º 0.89% 0.49% -
HSV(B) 58.92º 0.94% 0.93% -
XYZ 64.14 76.31 11.76 -
YUV 209.23 17.83 147.81 -
System Red Green Blue C M Y K H S L
Decimal 237 233 14 0 0.02 0.94 0.07 58.92 0.89 0.49
Hex ED E9 E 0 2 5E 7 3B 59 31
Octal 355 351 16 0 2 136 7 73 131 61
Binary 11101101 11101001 1110 0 10 1011110 111 111011 1011001 110001

Color Harmonies of #EDE90E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE90E

Black with #EDE90E

Text Example


Text Example

White with #EDE90E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE90E; }

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

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

background-color css

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

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

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

border-color css

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

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

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