Html Css Color HEX #EDE718 Lemon

📋 copy color: '#EDE718'

red 237 ◦ green 231 ◦ blue 24

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

Shades of Lemon #EDE718

Tints of Lemon #EDE718

RGB

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

 GREEN value IS 231 (90.63% from 255) = 46.95%

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

R = 48.17%
G = 46.95%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EDE718 (or 0xEDE718) is known color: Lemon. HEX triplet: ED, E7 and 18. RGB value is (237,231,24). Sum of RGB (Red+Green+Blue) = 237+231+24=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 231 (90.62% from 255 or 46.95% from 492); Blue value is 24 (9.77% from 255 or 4.88% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE718 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDE718 is #1218E7. Grayscale: #D2D2D2. Windows color (decimal): -1186024 or 1632237. OLE color: 1632237.

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

Color convert

RGB 237 231 24 -
CMYK 0 0.03 0.90 0.07
HSL 58.31º 0.86% 0.51% -
HSV(B) 58.31º 0.9% 0.93% -
XYZ 63.67 75.22 12.03 -
YUV 209.2 23.49 147.83 -
System Red Green Blue C M Y K H S L
Decimal 237 231 24 0 0.03 0.90 0.07 58.31 0.86 0.51
Hex ED E7 18 0 3 5A 7 3A 56 33
Octal 355 347 30 0 3 132 7 72 126 63
Binary 11101101 11100111 11000 0 11 1011010 111 111010 1010110 110011

Color Harmonies of #EDE718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE718

Black with #EDE718

Text Example


Text Example

White with #EDE718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE718; }

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

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

background-color css

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

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

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

border-color css

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

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

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