Html Css Color HEX #EDED11 Lemon

📋 copy color: '#EDED11'

red 237 ◦ green 237 ◦ blue 17

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

Shades of Lemon #EDED11

Tints of Lemon #EDED11

RGB

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

 GREEN value IS 237 (92.97% from 255) = 48.27%

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

R = 48.27%
G = 48.27%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EDED11 (or 0xEDED11) is known color: Lemon. HEX triplet: ED, ED and 11. RGB value is (237,237,17). Sum of RGB (Red+Green+Blue) = 237+237+17=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 237 (92.97% from 255 or 48.27% from 491); Blue value is 17 (7.03% from 255 or 3.46% from 491); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED11 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDED11 is #1212EE. Grayscale: #D4D4D4. Windows color (decimal): -1184495 or 1175021. OLE color: 1175021.

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

Color convert

RGB 237 237 17 -
CMYK 0 0 0.93 0.07
HSL 60º 0.87% 0.5% -
HSV(B) 60º 0.93% 0.93% -
XYZ 65.31 78.61 12.26 -
YUV 211.92 18 145.89 -
System Red Green Blue C M Y K H S L
Decimal 237 237 17 0 0 0.93 0.07 60 0.87 0.5
Hex ED ED 11 0 0 5D 7 3C 57 32
Octal 355 355 21 0 0 135 7 74 127 62
Binary 11101101 11101101 10001 0 0 1011101 111 111100 1010111 110010

Color Harmonies of #EDED11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDED11

Black with #EDED11

Text Example


Text Example

White with #EDED11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDED11; }

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

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

background-color css

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

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

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

border-color css

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

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

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