Html Css Color HEX #EDE210 Lemon

📋 copy color: '#EDE210'

red 237 ◦ green 226 ◦ blue 16

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

Shades of Lemon #EDE210

Tints of Lemon #EDE210

RGB

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

 GREEN value IS 226 (88.67% from 255) = 47.18%

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

R = 49.48%
G = 47.18%
B = 3.34%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EDE210 (or 0xEDE210) is known color: Lemon. HEX triplet: ED, E2 and 10. RGB value is (237,226,16). Sum of RGB (Red+Green+Blue) = 237+226+16=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 226 (88.67% from 255 or 47.18% from 479); Blue value is 16 (6.64% from 255 or 3.34% from 479); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE210 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE210 is #121DEF. Grayscale: #CECECE. Windows color (decimal): -1187312 or 1106669. OLE color: 1106669.

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

Color convert

RGB 237 226 16 -
CMYK 0 0.05 0.93 0.07
HSL 57.01º 0.87% 0.5% -
HSV(B) 57.01º 0.93% 0.93% -
XYZ 62.21 72.43 11.19 -
YUV 205.35 21.14 150.58 -
System Red Green Blue C M Y K H S L
Decimal 237 226 16 0 0.05 0.93 0.07 57.01 0.87 0.5
Hex ED E2 10 0 5 5D 7 39 57 32
Octal 355 342 20 0 5 135 7 71 127 62
Binary 11101101 11100010 10000 0 101 1011101 111 111001 1010111 110010

Color Harmonies of #EDE210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE210

Black with #EDE210

Text Example


Text Example

White with #EDE210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE210; }

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

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

background-color css

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

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

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

border-color css

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

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

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