Html Css Color HEX #EDE910 Lemon

📋 copy color: '#EDE910'

red 237 ◦ green 233 ◦ blue 16

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

Shades of Lemon #EDE910

Tints of Lemon #EDE910

RGB

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

 GREEN value IS 233 (91.41% from 255) = 47.94%

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

R = 48.77%
G = 47.94%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EDE910 (or 0xEDE910) is known color: Lemon. HEX triplet: ED, E9 and 10. RGB value is (237,233,16). Sum of RGB (Red+Green+Blue) = 237+233+16=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 233 (91.41% from 255 or 47.94% from 486); Blue value is 16 (6.64% from 255 or 3.29% from 486); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE910 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDE910 is #1216EF. Grayscale: #D2D2D2. Windows color (decimal): -1185520 or 1108461. OLE color: 1108461.

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

Color convert

RGB 237 233 16 -
CMYK 0 0.02 0.93 0.07
HSL 58.91º 0.87% 0.5% -
HSV(B) 58.91º 0.93% 0.93% -
XYZ 64.16 76.32 11.84 -
YUV 209.46 18.83 147.64 -
System Red Green Blue C M Y K H S L
Decimal 237 233 16 0 0.02 0.93 0.07 58.91 0.87 0.5
Hex ED E9 10 0 2 5D 7 3B 57 32
Octal 355 351 20 0 2 135 7 73 127 62
Binary 11101101 11101001 10000 0 10 1011101 111 111011 1010111 110010

Color Harmonies of #EDE910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE910

Black with #EDE910

Text Example


Text Example

White with #EDE910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE910; }

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

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

background-color css

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

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

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

border-color css

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

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

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