Html Css Color HEX #EDEC11 Lemon

📋 copy color: '#EDEC11'

red 237 ◦ green 236 ◦ blue 17

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

Shades of Lemon #EDEC11

Tints of Lemon #EDEC11

RGB

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

 GREEN value IS 236 (92.58% from 255) = 48.16%

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

R = 48.37%
G = 48.16%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EDEC11 (or 0xEDEC11) is known color: Lemon. HEX triplet: ED, EC and 11. RGB value is (237,236,17). Sum of RGB (Red+Green+Blue) = 237+236+17=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 236 (92.58% from 255 or 48.16% from 490); Blue value is 17 (7.03% from 255 or 3.47% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC11 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDEC11 is #1213EE. Grayscale: #D4D4D4. Windows color (decimal): -1184751 or 1174765. OLE color: 1174765.

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

Color convert

RGB 237 236 17 -
CMYK 0 0.00 0.93 0.07
HSL 59.73º 0.87% 0.5% -
HSV(B) 59.73º 0.93% 0.93% -
XYZ 65.02 78.04 12.17 -
YUV 211.33 18.33 146.31 -
System Red Green Blue C M Y K H S L
Decimal 237 236 17 0 0.00 0.93 0.07 59.73 0.87 0.5
Hex ED EC 11 0 0 5D 7 3C 57 32
Octal 355 354 21 0 0 135 7 74 127 62
Binary 11101101 11101100 10001 0 0 1011101 111 111100 1010111 110010

Color Harmonies of #EDEC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEC11

Black with #EDEC11

Text Example


Text Example

White with #EDEC11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEC11; }

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

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

background-color css

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

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

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

border-color css

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

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

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