Html Css Color HEX #EDE315 Lemon

📋 copy color: '#EDE315'

red 237 ◦ green 227 ◦ blue 21

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

Shades of Lemon #EDE315

Tints of Lemon #EDE315

RGB

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

 GREEN value IS 227 (89.06% from 255) = 46.8%

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

R = 48.87%
G = 46.8%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EDE315 (or 0xEDE315) is known color: Lemon. HEX triplet: ED, E3 and 15. RGB value is (237,227,21). Sum of RGB (Red+Green+Blue) = 237+227+21=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 227 (89.06% from 255 or 46.80% from 485); Blue value is 21 (8.59% from 255 or 4.33% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE315 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE315 is #121CEA. Grayscale: #CFCFCF. Windows color (decimal): -1187051 or 1434605. OLE color: 1434605.

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

Color convert

RGB 237 227 21 -
CMYK 0 0.04 0.91 0.07
HSL 57.22º 0.86% 0.51% -
HSV(B) 57.22º 0.91% 0.93% -
XYZ 62.53 73 11.5 -
YUV 206.51 23.31 149.75 -
System Red Green Blue C M Y K H S L
Decimal 237 227 21 0 0.04 0.91 0.07 57.22 0.86 0.51
Hex ED E3 15 0 4 5B 7 39 56 33
Octal 355 343 25 0 4 133 7 71 126 63
Binary 11101101 11100011 10101 0 100 1011011 111 111001 1010110 110011

Color Harmonies of #EDE315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE315

Black with #EDE315

Text Example


Text Example

White with #EDE315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE315; }

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

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

background-color css

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

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

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

border-color css

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

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

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