Html Css Color HEX #EDE615 Lemon

📋 copy color: '#EDE615'

red 237 ◦ green 230 ◦ blue 21

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

Shades of Lemon #EDE615

Tints of Lemon #EDE615

RGB

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

 GREEN value IS 230 (90.23% from 255) = 47.13%

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

R = 48.57%
G = 47.13%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EDE615 (or 0xEDE615) is known color: Lemon. HEX triplet: ED, E6 and 15. RGB value is (237,230,21). Sum of RGB (Red+Green+Blue) = 237+230+21=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 230 (90.23% from 255 or 47.13% from 488); Blue value is 21 (8.59% from 255 or 4.30% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE615 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDE615 is #1219EA. Grayscale: #D1D1D1. Windows color (decimal): -1186283 or 1435373. OLE color: 1435373.

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

Color convert

RGB 237 230 21 -
CMYK 0 0.03 0.91 0.07
HSL 58.06º 0.86% 0.51% -
HSV(B) 58.06º 0.91% 0.93% -
XYZ 63.36 74.65 11.78 -
YUV 208.27 22.32 148.49 -
System Red Green Blue C M Y K H S L
Decimal 237 230 21 0 0.03 0.91 0.07 58.06 0.86 0.51
Hex ED E6 15 0 3 5B 7 3A 56 33
Octal 355 346 25 0 3 133 7 72 126 63
Binary 11101101 11100110 10101 0 11 1011011 111 111010 1010110 110011

Color Harmonies of #EDE615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE615

Black with #EDE615

Text Example


Text Example

White with #EDE615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE615; }

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

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

background-color css

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

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

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

border-color css

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

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

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