Html Css Color HEX #EDE815 Lemon

📋 copy color: '#EDE815'

red 237 ◦ green 232 ◦ blue 21

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

Shades of Lemon #EDE815

Tints of Lemon #EDE815

RGB

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

 GREEN value IS 232 (91.02% from 255) = 47.35%

 BLUE value IS 21 (8.59% from 255) = 4.29%

R = 48.37%
G = 47.35%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EDE815 (or 0xEDE815) is known color: Lemon. HEX triplet: ED, E8 and 15. RGB value is (237,232,21). Sum of RGB (Red+Green+Blue) = 237+232+21=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 232 (91.02% from 255 or 47.35% from 490); Blue value is 21 (8.59% from 255 or 4.29% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE815 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDE815 is #1217EA. Grayscale: #D2D2D2. Windows color (decimal): -1185771 or 1435885. OLE color: 1435885.

HSL color Cylindrical-coordinate representation of color #EDE815: hue angle of 58.61º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EDE815 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 232 21 -
CMYK 0 0.02 0.91 0.07
HSL 58.61º 0.86% 0.51% -
HSV(B) 58.61º 0.91% 0.93% -
XYZ 63.92 75.77 11.97 -
YUV 209.44 21.66 147.66 -
System Red Green Blue C M Y K H S L
Decimal 237 232 21 0 0.02 0.91 0.07 58.61 0.86 0.51
Hex ED E8 15 0 2 5B 7 3B 56 33
Octal 355 350 25 0 2 133 7 73 126 63
Binary 11101101 11101000 10101 0 10 1011011 111 111011 1010110 110011

Color Harmonies of #EDE815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE815

Black with #EDE815

Text Example


Text Example

White with #EDE815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE815; }

 p { color: rgb(237,232,21); }

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

background-color css

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

 a { background-color: rgb(237,232,21); }

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

border-color css

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

 span { border-color: rgb(237,232,21); }

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