Html Css Color HEX #EDE415 Lemon

📋 copy color: '#EDE415'

red 237 ◦ green 228 ◦ blue 21

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

Shades of Lemon #EDE415

Tints of Lemon #EDE415

RGB

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

 GREEN value IS 228 (89.45% from 255) = 46.91%

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

R = 48.77%
G = 46.91%
B = 4.32%

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

#EDE415 (or 0xEDE415) is known color: Lemon. HEX triplet: ED, E4 and 15. RGB value is (237,228,21). Sum of RGB (Red+Green+Blue) = 237+228+21=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 228 (89.45% from 255 or 46.91% from 486); Blue value is 21 (8.59% from 255 or 4.32% from 486); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE415 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE415 is #121BEA. Grayscale: #CFCFCF. Windows color (decimal): -1186795 or 1434861. OLE color: 1434861.

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

Color convert

RGB 237 228 21 -
CMYK 0 0.04 0.91 0.07
HSL 57.5º 0.86% 0.51% -
HSV(B) 57.5º 0.91% 0.93% -
XYZ 62.8 73.55 11.6 -
YUV 207.09 22.98 149.33 -
System Red Green Blue C M Y K H S L
Decimal 237 228 21 0 0.04 0.91 0.07 57.5 0.86 0.51
Hex ED E4 15 0 4 5B 7 3A 56 33
Octal 355 344 25 0 4 133 7 72 126 63
Binary 11101101 11100100 10101 0 100 1011011 111 111010 1010110 110011

Color Harmonies of #EDE415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE415

Black with #EDE415

Text Example


Text Example

White with #EDE415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE415; }

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

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

background-color css

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

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

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

border-color css

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

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

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