Html Css Color HEX #EDE918 Lemon

📋 copy color: '#EDE918'

red 237 ◦ green 233 ◦ blue 24

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

Shades of Lemon #EDE918

Tints of Lemon #EDE918

RGB

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

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

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

R = 47.98%
G = 47.17%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EDE918 (or 0xEDE918) is known color: Lemon. HEX triplet: ED, E9 and 18. RGB value is (237,233,24). Sum of RGB (Red+Green+Blue) = 237+233+24=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 233 (91.41% from 255 or 47.17% from 494); Blue value is 24 (9.77% from 255 or 4.86% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE918 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDE918 is #1216E7. Grayscale: #D3D3D3. Windows color (decimal): -1185512 or 1632749. OLE color: 1632749.

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

Color convert

RGB 237 233 24 -
CMYK 0 0.02 0.90 0.07
HSL 58.87º 0.86% 0.51% -
HSV(B) 58.87º 0.9% 0.93% -
XYZ 64.23 76.35 12.22 -
YUV 210.37 22.83 146.99 -
System Red Green Blue C M Y K H S L
Decimal 237 233 24 0 0.02 0.90 0.07 58.87 0.86 0.51
Hex ED E9 18 0 2 5A 7 3B 56 33
Octal 355 351 30 0 2 132 7 73 126 63
Binary 11101101 11101001 11000 0 10 1011010 111 111011 1010110 110011

Color Harmonies of #EDE918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE918

Black with #EDE918

Text Example


Text Example

White with #EDE918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE918; }

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

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

background-color css

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

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

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

border-color css

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

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

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