Html Css Color HEX #EDE411 Lemon

📋 copy color: '#EDE411'

red 237 ◦ green 228 ◦ blue 17

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

Shades of Lemon #EDE411

Tints of Lemon #EDE411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.53%

R = 49.17%
G = 47.3%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EDE411 (or 0xEDE411) is known color: Lemon. HEX triplet: ED, E4 and 11. RGB value is (237,228,17). Sum of RGB (Red+Green+Blue) = 237+228+17=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 228 (89.45% from 255 or 47.30% from 482); Blue value is 17 (7.03% from 255 or 3.53% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE411 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE411 is #121BEE. Grayscale: #CFCFCF. Windows color (decimal): -1186799 or 1172717. OLE color: 1172717.

HSL color Cylindrical-coordinate representation of color #EDE411: hue angle of 57.55º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EDE411 is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 228 17 -
CMYK 0 0.04 0.93 0.07
HSL 57.55º 0.87% 0.5% -
HSV(B) 57.55º 0.93% 0.93% -
XYZ 62.77 73.53 11.42 -
YUV 206.64 20.98 149.66 -
System Red Green Blue C M Y K H S L
Decimal 237 228 17 0 0.04 0.93 0.07 57.55 0.87 0.5
Hex ED E4 11 0 4 5D 7 3A 57 32
Octal 355 344 21 0 4 135 7 72 127 62
Binary 11101101 11100100 10001 0 100 1011101 111 111010 1010111 110010

Color Harmonies of #EDE411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE411

Black with #EDE411

Text Example


Text Example

White with #EDE411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE411; }

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

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

background-color css

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

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

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

border-color css

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

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

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