Html Css Color HEX #EDE510 Lemon

📋 copy color: '#EDE510'

red 237 ◦ green 229 ◦ blue 16

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

Shades of Lemon #EDE510

Tints of Lemon #EDE510

RGB

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

 GREEN value IS 229 (89.84% from 255) = 47.51%

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

R = 49.17%
G = 47.51%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EDE510 (or 0xEDE510) is known color: Lemon. HEX triplet: ED, E5 and 10. RGB value is (237,229,16). Sum of RGB (Red+Green+Blue) = 237+229+16=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 229 (89.84% from 255 or 47.51% from 482); Blue value is 16 (6.64% from 255 or 3.32% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE510 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE510 is #121AEF. Grayscale: #CFCFCF. Windows color (decimal): -1186544 or 1107437. OLE color: 1107437.

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

Color convert

RGB 237 229 16 -
CMYK 0 0.03 0.93 0.07
HSL 57.83º 0.87% 0.5% -
HSV(B) 57.83º 0.93% 0.93% -
XYZ 63.04 74.08 11.47 -
YUV 207.11 20.15 149.32 -
System Red Green Blue C M Y K H S L
Decimal 237 229 16 0 0.03 0.93 0.07 57.83 0.87 0.5
Hex ED E5 10 0 3 5D 7 3A 57 32
Octal 355 345 20 0 3 135 7 72 127 62
Binary 11101101 11100101 10000 0 11 1011101 111 111010 1010111 110010

Color Harmonies of #EDE510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE510

Black with #EDE510

Text Example


Text Example

White with #EDE510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE510; }

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

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

background-color css

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

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

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

border-color css

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

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

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