Html Css Color HEX #EDE410 Lemon

📋 copy color: '#EDE410'

red 237 ◦ green 228 ◦ blue 16

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

Shades of Lemon #EDE410

Tints of Lemon #EDE410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.33%

R = 49.27%
G = 47.4%
B = 3.33%

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

#EDE410 (or 0xEDE410) is known color: Lemon. HEX triplet: ED, E4 and 10. RGB value is (237,228,16). Sum of RGB (Red+Green+Blue) = 237+228+16=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 228 (89.45% from 255 or 47.40% from 481); Blue value is 16 (6.64% from 255 or 3.33% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE410 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE410 is #121BEF. Grayscale: #CFCFCF. Windows color (decimal): -1186800 or 1107181. OLE color: 1107181.

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

Color convert

RGB 237 228 16 -
CMYK 0 0.04 0.93 0.07
HSL 57.56º 0.87% 0.5% -
HSV(B) 57.56º 0.93% 0.93% -
XYZ 62.76 73.53 11.37 -
YUV 206.52 20.48 149.74 -
System Red Green Blue C M Y K H S L
Decimal 237 228 16 0 0.04 0.93 0.07 57.56 0.87 0.5
Hex ED E4 10 0 4 5D 7 3A 57 32
Octal 355 344 20 0 4 135 7 72 127 62
Binary 11101101 11100100 10000 0 100 1011101 111 111010 1010111 110010

Color Harmonies of #EDE410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE410

Black with #EDE410

Text Example


Text Example

White with #EDE410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE410; }

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

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

background-color css

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

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

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

border-color css

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

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

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