Html Css Color HEX #EDE118 Lemon

📋 copy color: '#EDE118'

red 237 ◦ green 225 ◦ blue 24

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

Shades of Lemon #EDE118

Tints of Lemon #EDE118

RGB

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

 GREEN value IS 225 (88.28% from 255) = 46.3%

 BLUE value IS 24 (9.77% from 255) = 4.94%

R = 48.77%
G = 46.3%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EDE118 (or 0xEDE118) is known color: Lemon. HEX triplet: ED, E1 and 18. RGB value is (237,225,24). Sum of RGB (Red+Green+Blue) = 237+225+24=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 225 (88.28% from 255 or 46.30% from 486); Blue value is 24 (9.77% from 255 or 4.94% from 486); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE118 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE118 is #121EE7. Grayscale: #CECECE. Windows color (decimal): -1187560 or 1630701. OLE color: 1630701.

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

Color convert

RGB 237 225 24 -
CMYK 0 0.05 0.90 0.07
HSL 56.62º 0.86% 0.51% -
HSV(B) 56.62º 0.9% 0.93% -
XYZ 62.02 71.92 11.48 -
YUV 205.67 25.48 150.34 -
System Red Green Blue C M Y K H S L
Decimal 237 225 24 0 0.05 0.90 0.07 56.62 0.86 0.51
Hex ED E1 18 0 5 5A 7 39 56 33
Octal 355 341 30 0 5 132 7 71 126 63
Binary 11101101 11100001 11000 0 101 1011010 111 111001 1010110 110011

Color Harmonies of #EDE118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE118

Black with #EDE118

Text Example


Text Example

White with #EDE118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE118; }

 p { color: rgb(237,225,24); }

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

background-color css

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

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

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

border-color css

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

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

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