Html Css Color HEX #EDE917 Lemon

📋 copy color: '#EDE917'

red 237 ◦ green 233 ◦ blue 23

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

Shades of Lemon #EDE917

Tints of Lemon #EDE917

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 4.67%

R = 48.07%
G = 47.26%
B = 4.67%

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

#EDE917 (or 0xEDE917) is known color: Lemon. HEX triplet: ED, E9 and 17. RGB value is (237,233,23). Sum of RGB (Red+Green+Blue) = 237+233+23=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 233 (91.41% from 255 or 47.26% from 493); Blue value is 23 (9.38% from 255 or 4.67% from 493); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE917 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDE917 is #1216E8. Grayscale: #D3D3D3. Windows color (decimal): -1185513 or 1567213. OLE color: 1567213.

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

Color convert

RGB 237 233 23 -
CMYK 0 0.02 0.90 0.07
HSL 58.88º 0.86% 0.51% -
HSV(B) 58.88º 0.9% 0.93% -
XYZ 64.22 76.34 12.16 -
YUV 210.26 22.33 147.08 -
System Red Green Blue C M Y K H S L
Decimal 237 233 23 0 0.02 0.90 0.07 58.88 0.86 0.51
Hex ED E9 17 0 2 5A 7 3B 56 33
Octal 355 351 27 0 2 132 7 73 126 63
Binary 11101101 11101001 10111 0 10 1011010 111 111011 1010110 110011

Color Harmonies of #EDE917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE917

Black with #EDE917

Text Example


Text Example

White with #EDE917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE917; }

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

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

background-color css

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

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

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

border-color css

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

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

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