Html Css Color HEX #EDE015 Lemon

📋 copy color: '#EDE015'

red 237 ◦ green 224 ◦ blue 21

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

Shades of Lemon #EDE015

Tints of Lemon #EDE015

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46.47%

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

R = 49.17%
G = 46.47%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EDE015 (or 0xEDE015) is known color: Lemon. HEX triplet: ED, E0 and 15. RGB value is (237,224,21). Sum of RGB (Red+Green+Blue) = 237+224+21=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 224 (87.89% from 255 or 46.47% from 482); Blue value is 21 (8.59% from 255 or 4.36% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE015 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE015 is #121FEA. Grayscale: #CDCDCD. Windows color (decimal): -1187819 or 1433837. OLE color: 1433837.

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

Color convert

RGB 237 224 21 -
CMYK 0 0.05 0.91 0.07
HSL 56.39º 0.86% 0.51% -
HSV(B) 56.39º 0.91% 0.93% -
XYZ 61.72 71.37 11.23 -
YUV 204.75 24.31 151.01 -
System Red Green Blue C M Y K H S L
Decimal 237 224 21 0 0.05 0.91 0.07 56.39 0.86 0.51
Hex ED E0 15 0 5 5B 7 38 56 33
Octal 355 340 25 0 5 133 7 70 126 63
Binary 11101101 11100000 10101 0 101 1011011 111 111000 1010110 110011

Color Harmonies of #EDE015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE015

Black with #EDE015

Text Example


Text Example

White with #EDE015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE015; }

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

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

background-color css

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

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

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

border-color css

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

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

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